Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » String » RegexSearchInString

RegexSearchInString


Module: FoundationLite

Finds all occurrences of the pattern in the input string. Uses ECMAScript regular expression grammar (https://en.cppreference.com/w/cpp/regex/ecmascript).

Name Type Description
Input value inString String Input string
Input value inRegex String Input regex
Input value inIgnoreCase Bool Ignore case
Output value outStrings StringArray Array of matched elements
Output value outFound Bool Matching element found

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Empty Regex on input in RegexSearchInString.

Complexity Level

This filter is available on Advanced Complexity Level.