--- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "brucexs" <bswitzer@> wrote: > > > > > > > > Personally I think replaceg/matchg should be the default one. > > > > Yes, on second thought, you are right. I believe matching could > > return a multi-line string if I use \0\r for matchg third argument > > (which you could of course vec.createfromlines). > > Sure.
I forgot one notice. PCRE seems to exclude only \n, not \r, when using dot special character. So, \0\n may be preferable to \0\r. Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
