steveorevo / string
This package is abandoned and no longer maintained.
The author suggests using the steveorevo/gstring package instead.
Implements OOP String handling with useful parsing functions.
1.1.0
2016-05-11 20:05 UTC
This package is not auto-updated.
Last update: 2022-02-01 12:50:33 UTC
README
Implements OOP String handling with useful parsing functions. Strings to be handled as objects and features my basic cross language parsing functions del/get left/right, available in javascript, perl, asp, php, realstudio, vb, lingo, etc. or contact me for a language near you ;-)
Added Michael Scribellito's Java-like string manipulation functions with no-conflict, existing class checking.
Change Log
- Renamed from String to GString, because PHP7 chaps my hide! String is now a reserved word and cannot be used as a class, object, or extended in PHP7.