Archive: A question regarding string manipulation


A question regarding string manipulation
For example, I have a string "abc\def\ghi". I want to find out the string between two "\" which is def in this case. How can I do that? I could not find any functions to do that. Thanks.


Look up WordFind in the user manual.

Stu


Originally posted by Afrow UK
Look up WordFind in the user manual.

Stu
WordFind is what I am looking for. Thanks a lot.