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

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -