Skip to content
⌘ NSIS Forum Archive

A question regarding string manipulation

3 posts

JohnChen#

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.
JohnChen#
Originally Posted by Afrow UK View Post
Look up WordFind in the user manual.

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