Releases: yousefvand/shellman
Releases · yousefvand/shellman
v2.2.1
v2.1.0
Math namespace
math...
- math constants (π, e, Ω, ...)
- math operations (with precision).
v1.5.1
v1.5.0
region
: A region for specific purpose (functions, variables...)- string manipulation
string length
: length of string in characters.string trim
: remove leading and trailing white space(s).string trim left
: remove leading white space(s).string trim right
: remove trailing white space(s).string trim all
: remove all white space(s).string replace
: find all occurrences of a substrings and replace them.string reverse
: reverse string characters.string toLower
: convert string to lowercase.string toUpper
: convert string to uppercase.string substring
: part of the string from offset with [length] characters.string contains
: check whether string contains substring.string indexOf
: first index of substring in string.
v1.4.0 released
v1.4.0
v1.3.0 release
- stopwatch
- fn... / fx... whole function and usage insertion.
- fn banner simple: insert function to print a banner.
- fn banner color: insert function to print a color banner.