steveorevo / gstring
Implements OOP String handling with useful parsing functions.
Installs: 210
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/steveorevo/gstring
This package is not auto-updated.
Last update: 2025-10-25 03:47:16 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.