This function returns a text list with all substrings matching the given regular expression.
Evaluation of the regular expression is carried out ignoring the case.
Bash
findPatternIgnoreCase(text, regex) #Output: Text list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns: Green,Blue |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Any given text. |
|
|
text |
A valid regular expression that grabs all substrings to be returned. |
Output
This function returns a text list
If you don't want to ignore the case, have a look at the findPattern() function.
|
Parser expression |
Output |
|---|---|
|
Bash
|
|
|
Bash
|
|
(books) Use cases and examples
| Use case |
|---|
| No content found. |