PHP Classes

Packages of Azeem Michael

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Azeem Michael (2)  >  Mission progress status  >  Reputation  
Picture of Azeem Michael
Name: Azeem Michael <contact>
Classes: 2
Country: United States United States
Age: 49
All time rank: 2473340 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 919
Week users: 0
 
  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  
  Files folder image String Object  
Perform several string manipulation operations
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..

  Files folder image String Tokenizer  
Split a string in parts separated by characters
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