datatable.re.match()¶
Test whether values in a string column match a regular expression.
Parameters¶
column
FExpr[str]The column expression where you want to search for regular expression matches.
pattern
strThe regular expression that will be tested against each value
in the column.
icase
boolAdded in version 1.1.0
If True, character matching will be performed without regard to case.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.