[pcre-dev] [Bug 1474] Mechanism to record token ID

Top Page
Delete this message
Author: Zoltan Herczeg
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1474] Mechanism to record token ID
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1474




--- Comment #1 from Zoltan Herczeg <hzmester@???> 2014-04-29 08:01:50 ---
I suspect MARK is for tokenization in Perl:

re> /[0-9]+(*:NUMBER)|[a-z_][a-z_0-9]*(*:ID)/K
data> 23

0: 23
MK: NUMBER
data> alpha5

0: alpha5
MK: ID


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email