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

Card image cap
Save to, Read from, Delete registry key

Save into registry, read from registry or delete a key. Accessible to only ...

Card image cap
HeadingZeros Remove and Add

Adds or remove zeros at start of string Used to clear heading zeros from ...

Card image cap
GetWordCount

Counts how many words found inside a string. Using space, tab or enter as ...

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

textboxio-client.zip

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