Texts + Strings 163

Texts, strings, convert, replace, encode, parts and concatenations
Sorted from new to old.
Card image cap
HttpToAnchors

Convert http found inside text into anchers < a >, aka URLlinker, aka ...

Card image cap
ANma_HTML2DB + ANma_DB2HTML + ...

Convert HTML text into DB-safe string, by converting some characters as below. ...

Card image cap
Textbox.io textarea editor

An embed text editor for bootstrap Get official latest release from

Card image cap
Num2Ar

Convert numbers into Arabic words, like 230 to مائتان وثلاثون I have multiple ...

Card image cap
VBInstr (or Instr parameters)

The great function InStr I use a lot has a small confusing part. Which string ...

Card image cap
FormatPhoneNumber

Formats a given 10 digit number into a nice looking phone number

Card image cap
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

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 ...