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
PS. Perhaps you should use regex tester for .net because regex engine for .net is not same as JaveScript etc. (However the above expression will work in .net)
Hi @Yoichi Thank you it perfects highlights INR and i have one more doubt. hope you know that we use ^ and $ symbol for start and end line. If i use that it is not highlighting INR. do i need to change anything in the regex pattern?