Application Integration
- Application Integration
- All Products
fn:replace(input, pattern, replacement, flags)
Argument | Required/Optional | Description |
|---|---|---|
input | Required | The input string to be processed. If this argument is an empty
sequence ( () ), it is treated as an empty string. |
pattern | Required | A regular expression pattern that specifies what part of the
input string to replace. The pattern must be a valid regular expression. |
replacement | Required | The string that will replace each substring of the input
string that matches the regular expression pattern. Special replacement strings,
such as $1 , can be used to refer to captured groups within the
pattern. |
flags | A string of flags that modify the behavior of the regular
expression as follows:
|
|
|
|---|---|
|
|
|
|
|
|
|
|
|
|
| zero-length string |
| zero-length string |
|
|
|
|
|
|
|
|
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|---|---|
|
|
|
|
|
|
|
|
|
|