I am trying to write a regex to get the numbers from strings like these ones:
javascript:ShowPage(\'6009\',null,null,null,null,null,null,null) javascript:Bloc
just match numbers: \d+