I have a string being grabbed from a page in the format "4m 26s", how can I strip this into just seconds?
Many thanks,
|
I have a string being grabbed from a page in the format "4m 26s", how can I strip this into just seconds? Many thanks, |
|||
You don't need regex if you use parseInt... |
|||
|
|
|
Simple regex will work:
|
|||||||||||
|
|
A non-regex way: Do a |
|||
|
|
26sor266s? – Alan Moore Jun 28 '10 at 11:41