Search results 31

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
Num2Ar

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

Card image cap
Hex2Int

Converts hex to Integer

Card image cap
Bin2Int

Converts Binary to Integer

Card image cap
PrettyPath

Formats a path for use in user displays, trim it beautifly. PrettyPath is ...

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
InternationalComma

Convert an international numeric with , instead of . Into American style . ...

Card image cap
Encrypt1 + Decrypt1

Encrypts (and decrypts) a string. To decrypt an encrypted string, use the ...

Card image cap
DegreeC2K

Convert a Celsius temperature to a Kelvin temperature. To convert Fahrenheit ...

Card image cap
UnBreakAr + BreakAr

Fix broken Arabic char, by using AscW and ChrW This is Excel User-defined ...