Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Basic » String » 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 | |
|---|---|---|---|
![]()  | 
				inString | String | Input string | 
![]()  | 
				inRegex | String | Input regex | 
![]()  | 
				inIgnoreCase | Bool | Ignore case | 
![]()  | 
				outStrings | StringArray | Array of matched elements | 
![]()  | 
				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.

 Advanced
