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
Integer or float:
/\d+((.|,)\d+)?/