cancel
Showing results for 
Search instead for 
Did you mean: 

how to match a string?

Former Member
0 Kudos

Experts,

I am trying to match a string using match_regex. For example if the input field is ABCDRTF, I want match_regex to match 'RT' from it.

I have written code as match_regex ('ABCDRTF','RT',null) and it is not working. However it works when RT is at the start. How to make it search the whole string?

Thanks

Pramod

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you!!