You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs
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
8 years ago
..
api docs: PEP8 compliance (#24681) 9 years ago
bin Documentation: show non-string non-iterable defaults for choices (#40212) 8 years ago
docsite Update the regex_findall example (#43052) 8 years ago
man added docs to CLI docstringsadded 9 years ago
templates create default status for when not provided 8 years ago