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.
3 posts
WordFind is what I am looking for. Thanks a lot.Originally Posted by Afrow UK View PostLook up WordFind in the user manual.
Stu