Modules | Version: 1 Function Syntaxstring regexp:replace(string, string, string, string)
The The first argument is the string to be matched and replaced. The second argument is a regular expression that follows the Javascript regular expression syntax. The fourth argument is the string to replace the matched parts of the string. The third argument is a string consisting of character flags to be used by the match. If a character is present then that flag is true. The flags are:
An implementation of this extension function in the EXSLT regexp namespace must conform to the behaviour described in this document. Implementations
Built-in support for
The following implementations of
Use CasesUse Case Package: regexp.replace.use-cases.zip
The following use cases illustrate the functionality of
Change HistorySubmitted: 2001-06-24
|
http://www.exslt.org/regexp/functions/replace/regexp.replace.html last modified 2002-11-12