String Comparison using Regex in RPE
We are using RPE 7.0.
Using regex, wanted to check if a string ends with xx.0; where x will be an Integer.
Second line returns -1. While expected result is 8.
-1 is expected when
How to use regex in RPE for string comparison.test123 = "Version x1.0" |
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
There are a lot of resources around, that explain how Regex works in the various languages. I would suggest to look there. It is probably too much to ask a forum to write the regex expression for you.