Text String Regular Expression
Jump to navigation
Jump to search
A Text String Regular Expression is a String-based Regular Expression Pattern that can operate on a text string.
- Context:
- It can be processed by a Text String-based Regular Expression Processor.
- Example(s):
/a[^b][cd]e/
.\Bis\b
, to identify (non-) word-breaks.- …
- Counter-Example(s):
- See: Formal Language, Perl Regular Expression.