[pcre-dev] [Bug 1336] Universal Character Name escape code

Góra strony
Delete this message
Autor: Zoltan Herczeg
Data:  
Dla: pcre-dev
Temat: [pcre-dev] [Bug 1336] Universal Character Name escape code
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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




--- Comment #5 from Zoltan Herczeg <hzmester@???> 2013-02-17 05:42:03 ---
I have an idea which can help you. I started to work on a feature, which
inlines simple recursions in the JIT code. The simple recursions must be
created from characters, character sets, and fixed number or possessive
repetitions.

E.g: /(?:([\w$@`][0-9\w$@`]++)){0}(?1)=(?1)+(?1)/

You get your custom character ranges without worrying about the performance
loss anymore. What do you think?


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