--findReplaceRegex
See also: Parameters
Description | Successively find and replace matching text with the find and replace values specified using find:replace syntax. The first colon (:) delineates the find value from the replace value. Single quote values containing a colon and then escape embedded quotes. The find value must be a valid regular regular expression and the replace value can contain replacement variables for capture groups like $1, $2, and so on. For some command shells, the $ may need to be escaped. Legacy support for a comma separated list deprecated in 9.0 has been removed in 9.3. You must now always use multiple parameters. |
|---|---|
Long | findReplaceRegex |
Short |
|
Has Value | true |
Type | string |
Default Value |
|
Multiple Use Allowed | true |
Related Actions
Related How-Tos
Explainer status key:
We haven't begun to work on this, but we plan to do so as soon as possible: PLANNED
We're updating the content, but the information remains accurate: UPDATING
The content is up to date as of the current version of the CLI: UPDATED
