Commit bb1a9078 by Brian Coca

added version added for regex_replace

fixes #8994
parent a09ce4bd
......@@ -384,6 +384,8 @@ To match strings against a regex, use the "match" or "search" filter::
'match' will require a complete match in the string, while 'search' will require a match inside of the string.
.. versionadded:: 1.6
To replace text in a string with regex, use the "regex_replace" filter::
# convert "ansible" to "able"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment