RFE: support DFA matching #1

Open
opened 2017-07-01 13:40:43 +00:00 by geoff · 0 comments
geoff commented 2017-07-01 13:40:43 +00:00 (Migrated from code.uplex.de)

This would make it possible to all matches found from a point in the subject. The interface would look something like:

$Method INT .nmatches()
$Method STRING .matchn(INT)
$Function INT nmatches(PRIV_TASK)
$Function STRING matchn(INT)
This would make it possible to all matches found from a point in the subject. The interface would look something like: ``` $Method INT .nmatches() $Method STRING .matchn(INT) $Function INT nmatches(PRIV_TASK) $Function STRING matchn(INT) ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
uplex-varnish/libvmod-pcre2#1
No description provided.