Re: AFAIK

2007-09-25 Thread Jan Chorowski
Well it's AFAIK ;) As Far As I Know Jan Chorowski On Mon, 24 Sep 2007 22:11:44 +0530 Somu <[EMAIL PROTECTED]> wrote: > What does it mean? AFAIK? I have seeing it a lot.. Earlier i've been > seeing the HTH, and a guess gave the answer.. But this one, AFAIK... > Are

Trouble with backtracking in RE

2007-04-10 Thread Jan Chorowski
Hi, I can't understand why the following regexp matches. It was part of a larger program transformig c++ files: When running: #!/usr/bin/perl "dummy dummy { ;" =~ m{( ^( [^;{}] (?> #<--- disable backtracking (\s|\\\n)* # treat escaped \n as space (// ([^