Get numbers from string with regex -


I am trying to write a regex to get numbers from such strings:

 Javascript: Showpage ('600 9', blank, empty, weak, empty, null, null, zero) Javascript: block link ('2146', empty, null, empty)  

I am

Cheers

IEF

try it :

  (\ d +)  

Which languages ​​are you using to parse these stars are doing? If you tell me that I can help you with a code that uses this regular expression.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -