Give us feedback
regexp-utils
Reactive icon

RegExp Utils

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 06 January 2022 by 
0.0
 (0 ratings)
regexp-utils

RegExp Utils

Documentation
1.0.0

Options



  • Exec: Action to find same text with expression regular
  • Text: Text in which to search for a Pattern.
  • Pattern: Pattern to search in Text.
  • Flags: Flag to match with RegExp E.g: i, g, ig
  • Valid: Return if expression is valid in text


  • Match: Action to capture same text with expression regular
  • Text: Text in which to search for a Pattern.
  • Pattern: Pattern to search in Text.
  • Flags: Flag to match with RegExp E.g: i, g, ig
  • List: Return the list with capture with expression regular