I have a JavaScript variable which contains something like "fld_34_46_name"
. I need to be able to find the location of the THIRD _
. The numbers, and name are not always the same (so, the string might also look like "fld_545425_9075_different name_test"
).
Is this possible? How could I do it?