regexpExtract
This section contains reference documentation for the regexpExtract function.
Extracts values that match the provided regular expression
Signature
regexpExtract(value, regexp)
regexpExtract(value, regexp, group)
regexpExtract(value, regexp, group, defaultValue)
Usage Examples
value |
---|
foo |
value |
---|
123 |
value |
---|
foo |
value |
---|
foo bar |
value |
---|
bar |
value |
---|
defaultValue |