Texts + Strings 144 Texts, strings, convert, replace, encode, parts and concatenations

Card image cap
pd

Format a number with total number of digits I used it to format a date as ...

Card image cap
myURLEncode

Does what Server.URLEncode does In case you needed it, not sure when

Card image cap
ChrW

Insert special characters inside Cell, using ChrW

Card image cap
GenerateRandom

Generates a random string, returns string passed, then full date, then 8-chars ...

Card image cap
PCase

Converts a string into proper case PCase or ProperCase since Classic ASP does ...

Card image cap
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image cap
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

Card image cap
DigitsORLettersOnly

Check if the string has special characters or not, only Letters or digits ...

Card image cap
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

Card image cap
RemoveCommaBetween2Quotes

Removes comma between the first pair of quotations (RemoveCommaBetween2Quotes)

Card image cap
doHighlight

Search for occurrences of a keyword in a string and highlight them, by either ...

Card image cap
myURLDecode

Decode a URL, opposite of Server.URLEncode