regex
Service icon

Regex

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 30 August 2023
 by 
0.0
 (0 ratings)
regex

Regex

Documentation
1.0.1

Component that expands the regex capabilities provided by the OutSystems Text API.


This component implements the Regex.Matches C# Method that searches an input string for all occurrences of a regular expression and returns all the matches.

Each match includes the captured substring from the input string and also a collection of groups (capturing groups) matched by the regular expression.