mirror of
https://github.com/php/php-src.git
synced 2026-04-12 18:43:37 +02:00
We also apply the still relevant parts of `oniguruma.patch` and update the patch accordingly.
13 lines
202 B
Plaintext
13 lines
202 B
Plaintext
FAQ 2006/11/14
|
|
|
|
1. Longest match
|
|
|
|
You can execute the longest match by using ONIG_OPTION_FIND_LONGEST option
|
|
in onig_new().
|
|
|
|
2. Mailing list
|
|
|
|
There is no mailing list for Oniguruma.
|
|
|
|
// END
|