Search results 269

Sorted from new to old.
Card image
ANmaBrowser v20.19.01

Single file, Classic ASP, Bootstrap 4.1 and FontAwesome 5.0 file manager. ...

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
InternationalComma

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

Card image
CutString_Words_Left + CutString_Words_Mid

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

Card image
Textbox focus issue fix

Trick to force textbox with multiple lines and scrollbars to refresh itself ...

Card image
ThemeSave + ThemeRead

Saves/Reads selected theme into file. Used with Bootstrap 3 in most of my ...

Card image
List_Load + List_Save

Loads/Saves items from/to text file to/from listbox Also has simple adding and ...

Card image
RemoveCommaBetween2Quotes

Removes comma between the first pair of quotations (RemoveCommaBetween2Quotes)

Card image
doHighlight

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

Card image
ProtectText + UnProtectText

Encrypt or decrypt text, simple encryption with a numeric password Decrypt a ...

Card image
URLs2Anchors

All links found inside a string into anchor (< a href=...) BUG!: Currently ...

Card image
myURLDecode

Decode a URL, opposite of Server.URLEncode