[pcre-dev] [Bug 1679] Ability to explicitly specify what to …

トップ ページ
このメッセージを削除
著者: admin
日付:  
To: pcre-dev
題目: [pcre-dev] [Bug 1679] Ability to explicitly specify what to capture (feature request)
https://bugs.exim.org/show_bug.cgi?id=1679

Zoltan Herczeg <hzmester@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmester@???


--- Comment #2 from Zoltan Herczeg <hzmester@???> ---
I think the biggest problem is that captured strings in PCRE are offsets in the
input (subject) string, not real strings. These offsets are also returned in
the ovector to the users. I don't see an easy way to change that.

--
You are receiving this mail because:
You are on the CC list for the bug.