12 Nov
2011
12 Nov
'11
1:23 p.m.
Hi, --- On Sat, Nov 12, 2011 at 5:44 PM, Daniel Fischer <daniel.is.fischer@googlemail.com> wrote: | Maybe the backreferences numbering starts at 0? | Worth a try. \-- \0 represents the entire string match: http://cvs.haskell.org/Hugs/pages/libraries/base/Text-Regex.html Prelude Text.Regex> subRegex (mkRegex "e") "hello" "\\0" "hello" SK -- Shakthi Kannan http://www.shakthimaan.com