开发者

String parsing functions in NSIS

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

O开发者_JS百科r a plugin that has methods like strstr, strcmp, find, contains etc.


StrFunc, included in the default install, contains several functions:

${StrCase}
${StrClb}
${StrIOToNSIS}
${StrLoc}
${StrNSISToIO}
${StrRep}
${StrStr}
${StrStrAdv}
${StrTok}
${StrTrimNewLines}
${StrSort}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜