I have a text string that I grab from a Memo field.
What I need to do is find out if certain text in that string is located in the first column of whatever line it may appear in.
Example of the text:
>>
Hello, this is a TEST.
This is another line.
TEST again.
Some other text in the string.
<<
In this case, the word TEST shows up twice. I need to somehow be able to know if TEST starts at column 1.