Search results 126

Sorted from new to old.
Card image
MoveDown + MoveUp

Moves an item in listbox up or down Needs Lst1 as listbox name Put code ...

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

Card image
StringFlip

Flips a string, right-to-left, and if passed again, will flip it back Can be ...

Card image
CutLeft

Cuts the left part respecting words, without cutting words

Card image
RemoveHTML

Removes HTML code Basically all tags expected and listed below There is a ...

Card image
ReplaceChars

Replaces all chars found in Chars_to_remove from String1 with Char_to_put One ...

Card image
InsertHyperlinks + GetHref

Converts https found in text into anchers < a > Comes with GetHref as bonus ...

Card image
FileSize_Formatted

Returns file size in formated human way (mb, gb, etc..) Or, it can format any ...

Card image
FilesIn + FilesIn_Count

Returns list of files found in a folder, list separated with custom separator.

Card image
MyMonthName

Returns the month name in one of 5 formats (below) It can use full date or ...

Card image
Str2DB + Str2App + Str2HTML

Set of functions to clean and revise cleaning of string before saving into ...

Card image
Replace Single Quotes

This script will replace single quotes so the data is SQL-safe

Card image
URL2Text + Text2URL

URL2Text to convert a URL into string Text2URL will converts a text with ...

Card image
Find and Replace

This will find all occurences of a string in a text file and replace it with ...