| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Azeem Michael (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This package can perform several string manipulation operations. It can perform operations with strings like comparing with other values, retrieve values from given positions of the strings, concatenate strings, verify if the string values are of certain types, trim the strings, match and replace using regular expressions, convert the case of the letters, count the number words, etc.. |
| ||||
| This class can be used to split a string in parts separated by characters. It takes a string and a list of characters and splits the string when it finds the given separator characters. The class returns each part of the split string at a time. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |