Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

How do I extract all the numbers after this ">" on my regex expression?

<sbs-test-2/sba>15

15 can change like a random number.

Thank you!!!

I tried this way, but doesn't get me much!

(< tzdxtext>)(\d\d)

1 Answer

0 votes
by (9.5k points)

try using this >(\d{2}) (exactly 2 digits) or >(\d+) (more than two digits). 

while  "after >" you need to elaborate 

Browse Categories

...