Search results 35

Card image cap
WordsOf + Words_Len

WordsOf to create list of words from a block after converting every special ...

Card image cap
NMACode

Converts all Ƽ found in a string into their actual chars

Card image cap
UTF8R_toChar

Converts characters created by program R into actual chars as in < U+641 > to ...

Card image cap
CreateGUID

Generate random GUID of 36 chars (with or without brackets) using TypeLib ...

Card image cap
RemoveChars

Removes all chars found in Chars_to_remove from String1

Card image cap
HaveNonEnglish + StringASCIIs

Checks if one char is within two ASCII codes or not (StringASCIIs) Used to see ...

Card image cap
OpenPassword + ClosePassword

Encrypt / Decrypt a string, convert it to "77 96 105 105 106" or back to ...

Card image cap
CutRightString

Cuts a string from a string FROM RIGHT starting from specific character and ...

Card image cap
CutString

Cuts a string from certain char till certain char, can be used to cut left, ...

Card image cap
ReplaceChars

Replaces all chars found in Chars_to_remove from String1 with Char_to_put One ...

Card image cap
URL2Text + Text2URL

URL2Text to convert a URL into string Text2URL will converts a text with ...