Search results 190

Sorted from new to old.
Card image
ANma_HTML2DB + ANma_DB2HTML + ...

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

Card image
Textbox.io textarea editor

An embed text editor for bootstrap Get official latest release from

Card image
Num2Ar

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

Card image
VBInstr (or Instr parameters)

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

Card image
FormatPhoneNumber

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

Card image
Val2

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

Card image
pd

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

Card image
myURLEncode

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

Card image
ChrW

Insert special characters inside Cell, using ChrW

Card image
GenerateRandom

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

Card image
PCase

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

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

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

Card image
PCase (ProperCase)

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

Card image
DigitsORLettersOnly

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

Card image
ExportSheets_to_1PDF

Export multiple sheets as pages in 1 pdf doc. Passing list of sheets as ...

Card image
CutString_Words_Left + CutString_Words_Mid

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