Archive: String parsing library


String parsing library
Is there any string parsing functions in NSIS other than StrCpy and StrLen?

Or a plugin that has methods like strstr, strcmp, find, contains etc, The usual that you find in C/C++, C#.


there are several string functions available see http://nsis.sourceforge.net/Category:String_Functions


http://nsis.sourceforge.net/StrFunc


Thanks! exactly what I was looking for.