Files
community.general/docs/docsite/rst/user_guide
Chris Smolen 1e2b332001 Update the regex_findall example (#43052)
<!--- Your description here -->
The example has:
`{{ 'Some DNS servers are 8.8.8.8 and 8.8.4.4' | regex_findall('\b(?:[0-9]{1,3}\.){3}[0-9]{1,3}\b') }}`

It needs be double backslashes to escape the backslashes:
`{{ 'Some DNS servers are 8.8.8.8 and 8.8.4.4' | regex_findall('\\b(?:[0-9]{1,3}\\.){3}[0-9]{1,3}\\b') }}`
+label: docsite_pr
2018-07-19 19:02:49 -04:00
..
2018-07-10 12:08:21 -04:00
2018-04-19 17:02:48 -07:00
2018-04-25 11:18:52 -07:00
2018-04-19 17:02:48 -07:00
2018-04-20 12:17:02 -07:00
2018-04-19 17:02:30 -07:00
2018-04-25 11:18:52 -07:00
2018-07-07 15:04:05 -04:00
2018-07-19 12:16:33 -04:00