Question
Searching for element's position
I have something like this: 123456_SP00932 and I need to get
the position of "_"
For instant, from the example above, the "_ " is located on position 7, if I can get this position then I can write a code to determine whether I have 6 digits numbers infront of it or 7 or etc.
What function can I use in order for me to get the position of "_"? please help.
For instant, from the example above, the "_ " is located on position 7, if I can get this position then I can write a code to determine whether I have 6 digits numbers infront of it or 7 or etc.
What function can I use in order for me to get the position of "_"? please help.