Hi All, I have a pattern like this: RS-1.75 m(TE) from which, I want to select string from round brackets ( in this case, TE). Can anyone help me in regex or any other way to do this? Thanks,
what are the possible values inside the parethesis? you can try this first.. /\([A-Z]+\)/i Code (markup):