Groups
Sign in
Groups
PCRE2 discussion list
Conversations
About
Send feedback
Help
PCRE2 discussion list
Contact owners and managers
1–30 of 59
Mark all as read
Report group
0 selected
Zoltan Herczeg
12/28/24
Scan substring in PCRE2
Hi All, PCRE2-10.45 will have a new feature called scan substring. You can read about it here: https:
unread,
Scan substring in PCRE2
Hi All, PCRE2-10.45 will have a new feature called scan substring. You can read about it here: https:
12/28/24
Nicholas Wilson
,
Philip Hazel
2
12/27/24
Release of 10.45-RC1
Congratulations Nick and everbody else who has been involved in this release. I am very happy to see
unread,
Release of 10.45-RC1
Congratulations Nick and everbody else who has been involved in this release. I am very happy to see
12/27/24
Lukas Backström
, …
Philip Hazel
4
10/31/24
Avoiding/predicting long match times
> We have looked at using that and it might be a good option. What we wondered here is whether
unread,
Avoiding/predicting long match times
> We have looked at using that and it might be a good option. What we wondered here is whether
10/31/24
David Wahlstedt
, …
Zoltan Herczeg
5
10/4/24
Substring scan assertion with pcre2test fails
Hi, scan substing is a completely new feature which will be available in the next release. You can
unread,
Substring scan assertion with pcre2test fails
Hi, scan substing is a completely new feature which will be available in the next release. You can
10/4/24
David Wahlstedt
,
Philip Hazel
5
9/27/24
Option ^ can't be put with hyphen, not documented?
Many thanks, then I understand! I didn't get that ^ must be first. Best, David fredag 27
unread,
Option ^ can't be put with hyphen, not documented?
Many thanks, then I understand! I didn't get that ^ must be first. Best, David fredag 27
9/27/24
Michael Tang
, …
Lukas Javorsky
6
9/24/24
Microsoft Excel and PCRE2
Thank you for the information. Also, thank you for all your (and other contributors') work on
unread,
Microsoft Excel and PCRE2
Thank you for the information. Also, thank you for all your (and other contributors') work on
9/24/24
Zoltan Herczeg
9/24/24
To EBCDIC platform developers
Dear EBCDIC platform developers, a lot of improvements has been landed for character classes support
unread,
To EBCDIC platform developers
Dear EBCDIC platform developers, a lot of improvements has been landed for character classes support
9/24/24
David Wahlstedt
,
Philip Hazel
2
9/16/24
Anchored expression matches but unanchored doesn't - why?
Those are not the just same patterns with and without ^ anchoring anchoring. The first pattern also
unread,
Anchored expression matches but unanchored doesn't - why?
Those are not the just same patterns with and without ^ anchoring anchoring. The first pattern also
9/16/24
David Wahlstedt
, …
Philip Hazel
14
9/13/24
Octal or backreference, scope rules?
This means that regex101.com handles the ()()()()()()()()()()()()()()()()()()()()()()()()()()(?|()|(a
unread,
Octal or backreference, scope rules?
This means that regex101.com handles the ()()()()()()()()()()()()()()()()()()()()()()()()()()(?|()|(a
9/13/24
David Wahlstedt
,
Philip Hazel
10
8/12/24
Quantification after \Q ... \E
The script called perltest.sh that is part of PCRE2 takes the same input as pcre2test, with some
unread,
Quantification after \Q ... \E
The script called perltest.sh that is part of PCRE2 takes the same input as pcre2test, with some
8/12/24
Alex Dowad
,
David Wahlstedt
2
8/10/24
Real-life examples of very large PCRE2 patterns?
I would also appreciate examples! I have written a PCRE2 parser (not matching, just parsing) in
unread,
Real-life examples of very large PCRE2 patterns?
I would also appreciate examples! I have written a PCRE2 parser (not matching, just parsing) in
8/10/24
David Wahlstedt
,
Philip Hazel
6
8/5/24
Name syntax for backtracking control?
No, '/' is just like any other character in the name. In your example that failed, you used /
unread,
Name syntax for backtracking control?
No, '/' is just like any other character in the name. In your example that failed, you used /
8/5/24
David Wahlstedt
,
Philip Hazel
3
8/3/24
(*UTF8) option valid or not?
Thanks for the explanation! Then I will support them in my application, for compatibility. David
unread,
(*UTF8) option valid or not?
Thanks for the explanation! Then I will support them in my application, for compatibility. David
8/3/24
David Wahlstedt
,
Philip Hazel
4
8/2/24
Hyphens never adjacent to char type in char class?
I was wrong. The expression `[ --\W]` is valid, and has a hyphen adjacent to a character type. Indeed
unread,
Hyphens never adjacent to char type in char class?
I was wrong. The expression `[ --\W]` is valid, and has a hyphen adjacent to a character type. Indeed
8/2/24
Ze'ev Atlas
,
Philip Hazel
2
7/12/24
Documentation for pcre2_script_run
That module contains code for checking a "script run", which is documented in doc/
unread,
Documentation for pcre2_script_run
That module contains code for checking a "script run", which is documented in doc/
7/12/24
Ze'ev Atlas
,
Carlo Arenas
2
7/8/24
New function in 10.44
On Sunday, July 7, 2024 at 9:22:56 PM UTC-5 Ze'ev Atlas wrote: ...There is one new function, to
unread,
New function in 10.44
On Sunday, July 7, 2024 at 9:22:56 PM UTC-5 Ze'ev Atlas wrote: ...There is one new function, to
7/8/24
Alexey Pelykh
,
Philip Hazel
3
7/2/24
mac-aarch64: PCRE2_INFO_JITSIZE > 0 while CONFIG_JIT = 0?
Well, I should be ashamed of myself - there surely was a mistake in my code, yet even more dumber:
unread,
mac-aarch64: PCRE2_INFO_JITSIZE > 0 while CONFIG_JIT = 0?
Well, I should be ashamed of myself - there surely was a mistake in my code, yet even more dumber:
7/2/24
Ze'ev Atlas
6/30/24
The strangest error ever
Hi all Hi all After we'd resolved the issue with PCRE2_EXPORT, I went trough compiling all pieces
unread,
The strangest error ever
Hi all Hi all After we'd resolved the issue with PCRE2_EXPORT, I went trough compiling all pieces
6/30/24
Ze'ev Atlas
, …
Carlo Arenas
8
6/28/24
Strange compile error on z/OS
On Fri, Jun 28, 2024 at 12:27 AM Ze'ev Atlas <zat...@yahoo.com> wrote: > Could you
unread,
Strange compile error on z/OS
On Fri, Jun 28, 2024 at 12:27 AM Ze'ev Atlas <zat...@yahoo.com> wrote: > Could you
6/28/24
fastboot eraselk
,
Philip Hazel
2
6/27/24
Please give some more context. Which OS? Which release of PCRE2? How did you configure PCRE2? Philip
unread,
Please give some more context. Which OS? Which release of PCRE2? How did you configure PCRE2? Philip
6/27/24
Alexey Pelykh
6/21/24
PCRE for Java
G'day to all, I wanted to share that I've recently started working on a small project I'
unread,
PCRE for Java
G'day to all, I wanted to share that I've recently started working on a small project I'
6/21/24
Philip Hazel
, …
Ze'ev Atlas
6
6/18/24
PCRE2 10.44 release
EITHER: Copy the *text* of the link into your brower instead of clicking on it. OR: Go to github.com/
unread,
PCRE2 10.44 release
EITHER: Copy the *text* of the link into your brower instead of clicking on it. OR: Go to github.com/
6/18/24
Philip Hazel
6/12/24
Long-term maintenance of PCRE2
I am posting this message on pcre...@googlegroups.com and also as an issue on the PCRE2Project on
unread,
Long-term maintenance of PCRE2
I am posting this message on pcre...@googlegroups.com and also as an issue on the PCRE2Project on
6/12/24
Ze'ev Atlas
,
Philip Hazel
2
4/1/24
Slightchanges in the API
I can't remember the precise details of this, but I do not think recompilation is necessary. The
unread,
Slightchanges in the API
I can't remember the precise details of this, but I do not think recompilation is necessary. The
4/1/24
Ze'ev Atlas
2
3/31/24
Did we ever have those options
Ignore that please, it was a typo Ze'ev Atlas 201-801-0378 201-805-0286 (cell) On Sunday, March
unread,
Did we ever have those options
Ignore that please, it was a typo Ze'ev Atlas 201-801-0378 201-805-0286 (cell) On Sunday, March
3/31/24
Philip Hazel
2/22/24
Re: [pcre2-dev] request contact for vulnerability report
PCRE2 is currently maintained by a very small, informal group of people. There is no specific
unread,
Re: [pcre2-dev] request contact for vulnerability report
PCRE2 is currently maintained by a very small, informal group of people. There is no specific
2/22/24
JEON Se-Ok
2/22/24
Inquiry on Security Contact and Vulnerability Management Process
Hello, I'm reaching out to inquire about the security contact information for discussing a
unread,
Inquiry on Security Contact and Vulnerability Management Process
Hello, I'm reaching out to inquire about the security contact information for discussing a
2/22/24
Philip Hazel
,
Giuseppe D'Angelo
3
2/19/24
Release of 10.43
Yes, that must be a documentation bug. Thanks for noticing. I will fix it (for the future). I noticed
unread,
Release of 10.43
Yes, that must be a documentation bug. Thanks for noticing. I will fix it (for the future). I noticed
2/19/24
Philip Hazel
,
Ze'ev Atlas
4
1/28/24
Release Candidate for 10.43
Thank you ZA Sent from Yahoo Mail on Android On Sun, Jan 28, 2024 at 3:27 AM, Philip Hazel <philip
unread,
Release Candidate for 10.43
Thank you ZA Sent from Yahoo Mail on Android On Sun, Jan 28, 2024 at 3:27 AM, Philip Hazel <philip
1/28/24
Felipe Gasper
, …
Giuseppe D'Angelo
5
12/15/23
QuoteMeta in PCRE2?
On Fri, 15 Dec 2023 at 04:24, 'Ze'ev Atlas' via PCRE2 discussion list <pcre2-dev@
unread,
QuoteMeta in PCRE2?
On Fri, 15 Dec 2023 at 04:24, 'Ze'ev Atlas' via PCRE2 discussion list <pcre2-dev@
12/15/23