Regular expressions#
Regular-expression functions match text against a pattern and return the parts that match. They are useful for validating, searching and extracting structured fragments from string data.
Function |
Description |
|---|---|
Returns a single substring occurrence from string_expression that matches a regular-expression pattern_expression. |