match
Service icon

Match

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 08 December 2022
 by 
0.0
 (0 ratings)
match

Match

Details
The match() method returns a match between a string and a regular expression, using standard platform actions.
Read more

Options


  • Input Parameter
    • Text: Text in which to search for a Pattern.
    • Pattern: Pattern to search in Text.
    • Replace: List with index to get an occurrence, ex: $1 number is a index in capture at regexp.


  • Output Parameter
    • Groups: Return a list of captures according to the replacement list.
    • ResultText: Return a text captured with regexp. 


  • How Its work?
    • The match method returns a match between a string and a regular expression.
    • Capture the sentence using expression. regular, without external method.
Release notes (1.0.2)

- New action RegEx

- The match method returns a match between a string and a regular expression, and I was able to do multiple groups in just one regular expression.


Reviews (0)
Team
Other assets in this category