------- 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 #3 from Paulo Torrens <[email protected]> 2013-02-13 22:44:50 --- Thank you for the feedback. Well, maybe I can ask the Perl guys, maybe I works. :) I know I could use one extension, but I really wanted to keep within the standard. I knew about the ?1, but the (DEFINE) was knew to me. Thanks for the information (although it wouldn't help my problem, sorry). Maybe what I can do is to make /\w/u match what I need... so, e.g., for an identifier, what I would need to do is /(?!\d)\w+/u... still not sure if that should match the $, @ and ` characters, though... the best would still be an escape code, as I suggested. But, anyway, thanks, guys. :) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
