๐ฉบString Methods
No.
Method
Description
4
It returns formatted string with given locale.
6
It returns substring for given begin index and end index.
7
It returns true or false after matching the sequence of char value.
9
It returns a joined string.
14
It replaces all occurrences of the specified CharSequence.
20
It returns the specified char value index starting with given index.
22
It returns the specified substring index starting with given index.
Last updated