Texts + Strings 163

Texts, strings, convert, replace, encode, parts and concatenations
Sorted from new to old.
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 all tags expected and listed below There is a ...

Card image cap
ReplaceChars

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

Card image cap
GetPapa, GetPapa_URL, GetPapa_Sep, GetSon, GetSon_

Gets that parent folder name giving a full path, or gets the child folder, Can ...

Card image cap
RandomHelloACM

Generate random using web service into ASP variable. With help of PHP, we now ...

Card image cap
InsertHyperlinks + GetHref

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

Card image cap
InsertHyperlinks+GetHref

Changes all URLs or email addresses in a text into hyperlinks

Card image cap
WordsCount

Counts the words in a string (using spaces)

Card image cap
GetRandom

Generate random string, fully customization, with even deciding what special ...

Card image cap
Str2DB + Str2App + Str2HTML

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

Card image cap
Replace Single Quotes

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

Card image cap
URL2Text + Text2URL

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