Texts + Strings 165

Texts, strings, convert, replace, encode, parts and concatenations
Sorted from new to old.
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
RemoveCommaBetween2Quotes

Removes comma between the first pair of quotations (RemoveCommaBetween2Quotes)

Card image
doHighlight

Search for occurrences of a keyword in a string and highlight them, by either ...

Card image
myURLDecode

Decode a URL, opposite of Server.URLEncode

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
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image
CutString1

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

Card image
ConvertMultiLine2 + 6

Convert text blocks (by converting line separators from any separator to any). ...

Card image
SplitTo2DArray

Splits ANStrArray into 2-Dimension array Using custom row and column ...

Card image
FixENTERS_File

Removes [Enter]s from imported csv file into Excel worksheet. Smart enough to ...

Card image
Num2En

Convert number to English words, convert 450 to 4 hundreds and fifty dollars

Card image
strUnQuote

This will tests to see if strQuotedString is wrapped in quotation marks, and, ...

Card image
Capitalize

This function capitalizes first letter of each of the words in a sentence, ...

Card image
WordsOf + Words_Len

WordsOf to create list of words from a block after converting every special ...