search
relationalai.semantics.std.re
search(regex: StringValue, value: StringValue, pos: IntegerValue = 0) -> RegexMatchSearch for the regex pattern in the value starting at the given position.
.. note:: This function is not yet implemented.
Parameters
Section titled “Parameters”
(regexStringValue) - The regular expression pattern.
(valueStringValue) - The string value to search in.
(posIntegerValue, default:0) - The starting position for the search (0-based). Default: 0.
Returns
Section titled “Returns”RegexMatch- ARegexMatchobject representing the search result.
Referenced By
Section titled “Referenced By”RelationalAI Documentation
└── Build With RelationalAI
└── Understand how PyRel works > Use advanced reasoning > Rules-based reasoning
└── Match text with patterns
└── Know current std.re limitations