Skip to content
⌘ NSIS Forum Archive

Converting a string to Uppercase

5 posts

ryanpager#

Converting a string to Uppercase

Is there an easy way to take a user entered string and change it to uppercase?

The string is reading properly etc etc, but im converting it to MD5 and it needs to be completely uppercase before its converted.


Thanks,
Ryan
pengyou#
The NSIS Users Manual describes how to change a string to uppercase:

ryanpager#
Yea I got it, thanks. I just need to append my search on google and I found the right thing.

StrFilter ftw.
jpderuiter#
You can use StrFilter from the Word Functions Header (WordFunc.nsh).
See chapter E.3.14 from the NSIS manual.