This is such a simple question, but I cannot get my code to work. As the post title says, I want to find the character position of first ALPHA occurrence.
If I type
It correctly outputs 5.
However, for any alpha character, I am trying
And it returns 0. *Note I have tried a variety of w/ and without ( ) ^ +. etc.
Sincerely frustrated, Laura
If I type
Code:
display strpos("1847CANAL_6_N001", "C")
However, for any alpha character, I am trying
Code:
display strpos("1847CANAL_6_N001", "([a-zA-Z])")
Sincerely frustrated, Laura
Comment