Todo List
The countInstances( haystack $haystack, needle $needle)
Why is this function here? PHP has a builtin substr_count() to do the same.
The getTruncatedString( string $string, [limit $limit = 80], [appendDots $appendDots = true])
void highlightWords( $text, $wordStr, [ $contextSize = 200])
a left( string $string, [left $left = 0])
The nl2html( string $string)
This function is necessary as inputted strings will contain "\n\r" instead of just "\n"
a right( string $string, [right $right = 0])
The stripos( haystack $haystack, needle $needle, [offset $offset = 0])
The tokenize( string $string, delimeter $delimeter, [max $max = 999999])
This function just wraps explode to provide a more java-similar syntax