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

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -