Search results 190

Sorted from new to old.
Card image
1FileDB

DB in a File (One of my best library codes so far) Saves/Reads/Deletes certain ...

Card image
Frequency

Checks how many items in an ANStr ANStr is list of items separated by a ...

Card image
Paragraph2Line + Line2Paragraph

Converts paragraph to 1 line text or 1 line text to paragraph Mainly used to ...

Card image
StringFlip

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

Card image
CutRightString

Cuts a string from a string FROM RIGHT starting from specific character and ...

Card image
CutLeft

Cuts the left part respecting words, without cutting words

Card image
CutString3_Search

Using same code in CutString3, this will search for matching items. Searches ...

Card image
CutString

Cuts a string from certain char till certain char, can be used to cut left, ...

Card image
CutString3

Cuts string from a larger one based on a specific separator.

Card image
CutString3

Cuts a string from a larger one using separators.
Ex, CutString3("Will ...

Card image
CutString3

Cuts string from a larger one based on a specific separator.

Card image
IsHex

Check a string to see if it is Hex

Card image
Str2Hex

Convert a string to Hex

Card image
GetDigits

Extracts digits out of a string

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 ...