Search results 239

Sorted from new to old.
Card image
FixPath_Word

Fixes the path for a given folder, PC or Mac by adding separator only if ...

Card image
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

Card image
UserSign

Returns someones astrology sign using their birthday in m/dd/yyyy or m/dd/yy ...

Card image
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

Card image
RandomRecords

Returns random IDs (or any column) from SQL Database table, passing number of ...

Card image
sortArray

Sort an array of Numeric values, simple straightforward Edit v3 2021-09-21: ...

Card image
doHighlight

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

Card image
ProtectText + UnProtectText

Encrypt or decrypt text, simple encryption with a numeric password Decrypt a ...

Card image
MetricToUSStandard

Converts a Metric Measure into a US Standard Measure. Arguments: ...

Card image
USStandardToMetric

Converts US Standard Measure into a Metric Measure. Arguments: ...

Card image
getDaysInMonth

Gets number of days in a certain month

Card image
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image
Error_Raise

To raise a friendly error message with option to show custom error number and ...

Card image
DuplicateFileName

Generates new available file name for a certain file in order to duplicate it, ...

Card image
Num2En

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

Card image
[TAB] inside textarea

Allow textarea's to accept TAB key (ASCII code 63) Could use some enhancements, ...