Constructor of the Strings object.
Get all punctuations from a string.
Get all spaces from a string.
Check if the text is a palindrome.
The text.
Specify if the palindrome is concerned by the case sensitivity or not. By default, the palindrome don't check the case sensitive.
A boolean to indicate if the text is a palindrome or not.
Reverse the order of a text. For example, the following text reversed became : "Where is Bryan ?" became "? nayrB si erehW"
The initial text to reverse order of all characters.
The text with all characters inverted.
Generated using TypeDoc
Class who contains all algorithms about Text and String.
Nicolas GILLE nic.gille@gmail.com
0.3.0
1.0
MIT