openresty / openresty/lua-resty-string
Feature Request: String Split
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 443
- Forks
- 143
- Avg merge
- 2h 31m
- Merged PRs (30d)
- 1
Description
A fast string split function seems like it might belong in here. ngx.re.split hasn't been exposed yet (there's a pending patch) https://github.com/openresty/lua-nginx-module/issues/217.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the lua-resty-string repository entry points and the referenced ngx.re.split issue, including its pending patch. Determine how string utilities are exposed and how existing behavior is tested; done means a fast string split function is available with behavior aligned to the referenced ngx.re.split proposal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100