following is the string i have and i would like to read the number "10" (last inside the () )using regex. I am using Javascript.
"test me 234 and the (another) and test (10)"
|
following is the string i have and i would like to read the number "10" (last inside the () )using regex. I am using Javascript. "test me 234 and the (another) and test (10)" |
|||
|
|
Something like this:
|
|||
|
|