findall
relationalai.semantics.std.re
findall(regex: StringValue, value: StringValue)Find all non-overlapping matches of the regex in the value.
Parameters
(regexStringValue) - The regular expression pattern.
(valueStringValue) - The string value to search in.
Returns
tuple[Variable,Variable] - A tuple of (position, match)Variables representing all matches. Position isInteger, match isString.
Referenced By
RelationalAI Documentation └── Release Notes └── Python API Release Notes └── What’s New in Version 1.21.2