Skip to content

Releases: ngsoft/text

1.1.0

24 Aug 05:48

Choose a tag to compare

:zap: removed double calls to same method

1.0

25 Mar 15:34

Choose a tag to compare

1.0

A Standalone string utility manipulation class.
It uses a similar API and functionality as the JavaScript String object (you can use PCRE where you can use Regexp in js)
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String
and some of the functions found in Python https://docs.python.org/3/library/string.html,
as the python slice notation https://www.programiz.com/python-programming/methods/built-in/slice when using ArrayAccess.

It also converts the Unicode size (strlen()) to a multi-byte character offset (mb_strlen()) if you are using some special characters, when using PCRE functions.