Re[2]: [fpc-pascal] Last missing benchmark: regex-dna

2006-10-06 Thread Пётр Косаревский
> Then there is also synregexpr.pas: > http://svn.freepascal.org/svn/lazarus/trunk/components/synedit/synregexpr.pas > But that is not distrubuted with fpc. And I don't know, if the license is > open > source. Is it looks likes a BSD derivative, but item 3, about income, doesn't > seem > to fit

Re[2]: [fpc-pascal] Last missing benchmark: regex-dna

2006-10-06 Thread Пётр Косаревский
> > Basic seems to be: |()?*+ (non-UNICODE) support (from wikipedia). > | is not basic afaik. From re_format BSD Manpage: > Obsolete (``basic'') regular expressions differ in several respects. `|' > is an ordinary character and there is no equivalent for its functional- > ity. `+'