How can i get the specific value from the string using RegEx
I have below string and want to take the value as 1996 from the string.
User ABC
You have requested online access from our website.
Your time-sensitive One-time Passcode is 1996
How can i get the specific value from the string using RegEx
I have below string and want to take the value as 1996 from the string.
User ABC
You have requested online access from our website.
Your time-sensitive One-time Passcode is 1996
you can use this pattern \d+ in matches activity!
@vaibhav2.chavan
Cheers
@Pradeep_Shiv - Thanks for quick help.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.