So, here it is :)<br><br>ngx.re.split(<i>subject, regex, options?</i>, limit?)<br><br>This function is based on ngx_re_sub.<br><br>It will split subject on regex matches and return a table of strings. Limit is the max number of splits (0 will return a table containing the subject string).<br>
<br>Let me know if there are bugs, identation issues or anything I need to fix.<br><br>Jader H. Silva<br><br><div class="gmail_quote">2012/7/11 agentzh <span dir="ltr"><<a href="mailto:agentzh@gmail.com" target="_blank">agentzh@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<br>
On Wed, Jul 11, 2012 at 12:54 PM, Jader Henrique da Silva<br>
<<a href="mailto:cad_jsilva@uolinc.com">cad_jsilva@uolinc.com</a>> wrote:<br>
> I was checking HttpLuaModule docs and saw "ngx.re.split" implementation in<br>
> the TODO section.<br>
><br>
> Is it already implemented?<br>
<br>
Nope, otherwise I would update the TODO section accordingly :)<br>
<br>
> Are there any details about this implementation (e.g. parameters, returned<br>
> data)?<br>
><br>
<br>
Not yet. But I think the behavior will be similar to Perl 5's split<br>
builtin function.<br>
<br>
I'm always open to patches for this feature :)<br>
<br>
Best regards,<br>
-agentzh<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br>