C extension for fast string methods

$ luarocks install stringy

Includes fast methods for endswith, startswith, split, strip, find
and count. Implementations of split and strip from the wiki and book.
Implementation of find and count use python's fastsearch.
Usage is:

> stringy = require "stringy"
> = stringy.strip(" asdf ")
asdf

> = table.concat(stringy.split("aXbXc", "X"), "|")
a|b|c

> = stringy.startswith("asdf", "as")
true
> = stringy.endswith("asdf", "as")
false

Versions

0.7-03 years ago49,846 downloads
0.6-15 years ago7,616 downloads
0.4-15 years ago59,679 downloads
0.4-05 years ago63 downloads
0.2-15 years ago35,847 downloads

Dependencies

lua >= 5.1

Dependency for

cipher-log, kong, kong-plugin-json-threat-protection, kong-plugin-route-by-jsonrpc-method, luabundler, lua-multipart-parser, multipart

Manifests