 |
|
Innovation award
 Nominee: 4x |
This package can be use to perform several types of manipulation operations on UTF-8 encoded and unencoded strings.
There are several classes:
a) One to compute the length and extract parts of a string encoded in UTF-8. It uses PCRE extension functions, so it does not rely on multi-byte string manipulation extension.
b) Another class to perform white space normalization functions like: mapping any line break sequences to simple line breaks, reduce multiple space or line break sequences to only one, convert tabs to spaces and vice-versa, etc..
c) Another to perform letter case normalization functions like: convert strings to camel case words and vice-versa, or words separated by underscore characters, etc..
|
|
| Name: |
Misc String |
| Base name: |
miscstring |
| Description: |
Manipulate Unicode and unencoded strings |
| Version: |
- |
| PHP version: |
- |
| License: |
BSD License |
| All time users: |
926 users |
| All time rank: |
3371 |
| Week users: |
0 users |
| Week rank: |
2072  |
| |
|
 November 2006
Number 3
Prize: One book of choice by O'Reilly |
Built-in Unicode support is one of the features promised for PHP 6.
Earlier PHP versions can manipulate Unicode strings using the multi-byte string extension. However, this extension is not always available in every PHP installation.
This class implements a clever alternative to manipulate Unicode text encoded as UTF-8. It uses the PCRE extension PHP functions.
This extension can perform regular expression manipulation functions on UTF-8 strings and is available since PHP 3.
Manuel Lemos |
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|