Hi Team,
I have a doubt and just checking the positive look ahead regex patterns and have a below doubt
In the image below it is matching the expected pattern JJHDR - using javascript regex
i want to retrieve the string INR so i appended -A-Z but it is not matching and included the () but it is not highlighting. Could anyone let me know how to fetch the string INR and when to use the brackets () in identifying a pattern
Thanks,
Ula
I used the below pattern