-
Counts the number of lines in the string.
-
Increment Number At End Of String
-
Counts the number of times the pattern appears in the text
-
Truncates a string, adding ellipsis (three dots) at the end if the length exceeds a specific number.
-
Add th, st, nd, rd to number
-
Rounds to two precision real number and appends Kilo, Mega, and Giga
-
Number To Words
-
Given a string format and a number, returns its string representation.
-
Extract Number from String
-
Write into space string, useful for writing parameters without knowing the length of each string, e.g. when writing numbers (-1, 1.45, etc.).
-
Is Alpha Numeric, Checks if string is numbers and letters
-
Checks if string has only numbers
-
Checks if the string has all the same letter/number
-
Roman Number To Text
-
Number To Text
-
Nth Number To Text
-
Whether a string is a number (includes currencies, decimals, exponents, thousands)
-
Whether a string is a money amount, ie a currency + a number
-
Whether a string is a percentage, ie if it finishes by '%' and the rest is a number fraction
-
String As Decimal
-
Individual Num To Text