pyarrow.compute.match_substring_regex

pyarrow.compute.match_substring_regex(array, pattern, *, ignore_case=False)[source]

Test if regex pattern matches at any position a value of a string array.

Parameters
Returns

result (pyarrow.Array or pyarrow.ChunkedArray)