String Tokenizer

Package:
String Tokenizer
Summary:
Split a string in parts separated by characters
Groups:
PHP 5, Text processing
Author:
amichael
Description:
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.


Powered by Gewgley