Matches

Last modified by DatPT on 2023/04/14 14:55

RCA.Activities.Core.Matches

Description

This activity allows you to search string and it will return to successful matches.

image-20220505095119-2.jpeg

(* for Mandatory)

Properties

Misc

Output

  • Result (MatchCollection) - Everything that matches the search pattern will be stored in a MatchCollection. Loop through each files with For Each activity, argument type System.Text.RegularExpressions.Match to process all the matches.

Table of Content

  
Navigation