Search results 37

Sorted from new to old.
Card image
ShortenDir

Shorten a long Dir by adding ... in the middle to make it fit in small boxes ...

Card image
Sidebar navbar

Bootstrap side navbar (sidebar) Can be pushed to left or right From

Card image
HeadingZeros Remove and Add

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

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

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

Card image
DigitsORLettersOnly

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

Card image
CutString_Words_Left + CutString_Words_Mid

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

Card image
Encrypt1 + Decrypt1

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

Card image
VB6Format

Trying to create VB6 "Format" function in Classic ASP, works now for date only, ...

Card image
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image
Capitalize1st

Capitalize 1st letter of a string

Card image
CutString1

Cuts a string from a string starting from a specific character index and until ...

Card image
CreateFullTree

Creates full tree if not found

Card image
confirmDelete

Asks user before running a link (mostly before deleting) Small important part ...

Card image
Crypt128

Simple small function to Encrypt or Decrypt a string in cell Simple Encryption ...

Card image
ANStrRead + ANStrSave + ANStrSearch

Reads and saves data into 1 dim string array, ANStr ANStr is a string of list ...

Card image
Time2Real

Converts TIME code to number HH:MM to xx.xx As in 10:15 to 10.25, 13:30 to 13.5