I'd just like to make a request regarding the documentation for the replace keyword modifier. The documentation states "You can use regular expression values on the string that is to be replaced". This is true, but there are plenty of valid regular expressions that just won't work.
A proper explanation of what regular expression operations/metacharacters/etc. can and can't be used would be helpful.