Texts + Strings 145 Texts, strings, convert, replace, encode, parts and concatenations

Card image cap
StringFlip

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

Card image cap
CutRightString

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

Card image cap
CutLeft

Cuts the left part respecting words, without cutting words

Card image cap
CutString3_Search

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

Card image cap
CutString

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

Card image cap
CutString3

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

Card image cap
CutString3

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

Card image cap
CutString3

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

Card image cap
IsHex

Check a string to see if it is Hex

Card image cap
Str2Hex

Convert a string to Hex

Card image cap
GetDigits

Extracts digits out of a string

Card image cap
RemoveHTML

Removes HTML code Basically anything between < and > There is a better ...