Szerző: Ashley Thomas Dátum: Címzett: pcre-dev Tárgy: [pcre-dev] PCRE Question
Greetings.
I have a question regarding PCRE.
If multiple patterns (say 100 patterns) are compiled using pcre_compile()
and then later on, a pcre search is done on an input string which
results in a match,
is it possible to know which pattern (among the 100) was matched?