simple regex help php -


I have such a string:

  MyText (1,151)  

I would like to receive only in this case within regex (), in this case only: 1,151

I know that this is simple but I am not good with regex.

Thank you!

There are solutions to almost the same questions that will work for you;)


Comments

Popular posts from this blog

ios - Form Sheet content disappearing -

MySql variables and php -

c++ - an enclosing-function local variable cannot be referenced in a lambda body unless if it is in capture list -