how to select numbers that is not between single/double cuotes with regular expression
JavaScript
2
Posts
2
Posters
0
Views
1
Watching
-
hi i have problem selecting the numbers that is not in the single/double qoutes . let say we have this text below . 123 /* you can count this 5454 */ <style color="#767676"> 8787 i want to select just the 123 and 8787 , nothing else how should i do this with regular expression in javascript
-
hi i have problem selecting the numbers that is not in the single/double qoutes . let say we have this text below . 123 /* you can count this 5454 */ <style color="#767676"> 8787 i want to select just the 123 and 8787 , nothing else how should i do this with regular expression in javascript