Skip Menu |

This queue is for tickets about the Regexp-Debugger CPAN distribution.

Report information
The Basics
Id: 81453
Status: resolved
Priority: 0/
Queue: Regexp-Debugger

People
Owner: Nobody in particular
Requestors: drink.beer [...] gmx.net
Cc: CARNIL [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug or feature request?
Date: Sun, 25 Nov 2012 22:32:22 +0100
To: bug-regexp-debugger [...] rt.cpan.org
From: "holibert" <drink.beer [...] gmx.net>
Hi there, stumbled across the video on youtube and played arround a little bit with rxrx. Unfortunately my very first test failed. I use this expression to match all lines with '100' in the 3rd field. Works like a charm in my script, rxrx can't find a match. Expression: /^(\w++\|){2}100\|/ String: '787|13|100|2|20121107|0945|1000000000|DPAG-EDICC|Software 1.0|1000000000_tt_vv_nnn_20121107.dat|20121107100000||' It seams the quantifier {2} doesn't work with grouping parenthesis in Regexp::Debugger. Kind Regards Holger
Subject: Re: [rt.cpan.org #81453] bug or feature request?
Date: Tue, 27 Nov 2012 09:58:32 +1100
To: bug-Regexp-Debugger [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Thanks for the bug report, Holger. And, yes, it's definitely a bug. I'm working on a patch that I may be able to release in the next few days. I will advise on this channel once it's available. Damian