String regular expression match for subexpressions
Aus ExpeccoWiki
Schema
Datei:String regular expression match for subexpressions.png
Operation
Performs a regular expression match operation. If there is a match, the matched strings corresponding to the parenthized subexpressions of the matchpattern are delimited to the matched output pin. If there is no match, the original string is sent to the no-output.
Notice: this is not the same as the unix filename match.
The pattern syntax and matching rules are as described in the regular expression match block.
Version
This block has been added with version 1.8.3.
Back to Standard Library.
Previous: String [ Regular Expression Match? ]
Next: String [ Extract All Regex Matches]