...
Argument | Type | Description |
---|---|---|
listToCheck | String or Array | A string (or list of strings) to evaluate. |
findPattern | Regular ExpressionExpressions | Pattern to be matched in listToCheck |
replacementString | String | String to replace matching pattern in list |
...