String Extract ONE Regex Match
Aus ExpeccoWiki
Schema
Operations
- Given a string and a regex pattern, provide the first matching elements.
- Raise an (ignorable) exception if multiple matches are encountered.
- For Regex patterns, see "String[ Regular Expression match ]".
Back to Standard Library.
Previous: String [ Extract All Regex Matches]
Next: String [ Compare Switch ]
