sample.txt (1.7 KB)
Number of Queues displayed : 24
number adjacent to this
sample.txt (1.7 KB)
Number of Queues displayed : 24
number adjacent to this
Are you looking for this?
Regex.Match(strtext, strPattern).Groups(1).Value
what’s the strpattern here?
the pattern from regex used within an assign:
strPattern = "(?<=Number of Queues Displayed:)(?:.*?)(\d+)"
[CheatSheet] - System.Text.RegularExpressions | RegEx - News / Tutorials - UiPath Community Forum
Thank you so soooo much
That was a great help Thanks for the link also
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.