I am trying to look at a string and find a character ("s" in this sample), then display the remaining text after the "s".
Sample data:
2857516MAS75330
3057016MAS75333
2253519MAS4472017
Desires result:
75330
75333
4472017
I tried using the thread "reading character from string and extracting portion of string" but didnt have any luck with the examples given.
Sample data:
2857516MAS75330
3057016MAS75333
2253519MAS4472017
Desires result:
75330
75333
4472017
I tried using the thread "reading character from string and extracting portion of string" but didnt have any luck with the examples given.