...
...
...
...
...
...
...
...
...
...
Warning |
---|
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here ! |
Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine™ 4.8.0.13. |
Syntax
matchReplace(source, target, replacement);
...
Excerpt |
---|
Uses a regex expression to find and replace text within a string. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
Source | String | Yes | Text string to be updated. |
Target | String | Yes | Regex expression used to target text for replacement. |
Replacement | String | Yes | Replacement text used to update the target text found by the regex expression. |
...