added version added for regex_replace

fixes #8994
This commit is contained in:
Brian Coca 2015-07-20 08:59:09 -04:00
parent a09ce4bd87
commit bb1a907823

View file

@ -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"