Give us feedback
regexp
Service icon

RegExp

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 05 March 2023 by 
0.0
 (0 ratings)
regexp

RegExp

Documentation
1.0.1

Options

 

  • RegExp
    • Pattern: The regular expression pattern to match.
    • Input: The string to search for a match.
    • Escape: Lets you define strings where the escape characters will be interpreted literally in the regular expression.
    • Options: A bitwise combination of the enumeration values that modify the expression.
    • List: Returns a collection of groups matching the regular expression.
    • IsMatch: Pattern match with input value.

1.0.0

Options

 

  • RegExp
    • Pattern: The regular expression pattern to match.
    • Input: The string to search for a match.
    • Escape: Lets you define strings where the escape characters will be interpreted literally in the regular expression.
    • Options: A bitwise combination of the enumeration values that modify the expression.
    • List: Returns a collection of groups matching the regular expression.