I am trying to pull out a number from a string like so "item_2445_205". So I need to pull out "2445" as the item ID and discard the rest. What is the best way to do that?
I am trying to pull out a number from a string like so item_2445_205
Share
Use some javascript regexes.