Пётр Косаревский schreef:
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
> 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
> > 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. `+'
> > Although fpc has a regexpr unit:
> > http://svn.freepascal.org/svn/fpc/trunk/packages/base/regexpr/regexpr.pp
> > It has many todos, such as adding support for | in the search expression.
> > So this
> > unit doesn't have enough functionality.
>
> While '|' support is to be considered basic
> Although fpc has a regexpr unit:
> http://svn.freepascal.org/svn/fpc/trunk/packages/base/regexpr/regexpr.pp
> It has many todos, such as adding support for | in the search expression. So
> this
> unit doesn't have enough functionality.
While '|' support is to be considered basic regex function
On 10/3/06, Vincent Snijders <[EMAIL PROTECTED]> wrote:
The regex-dna benchmark
(http://shootout.alioth.debian.org/debian/benchmark.php?test=regexdna&lang=all)
is
the last missing benchmark.
Although fpc has a regexpr unit:
http://svn.freepascal.org/svn/fpc/trunk/packages/base/regexpr/regexpr.p
The regex-dna benchmark
(http://shootout.alioth.debian.org/debian/benchmark.php?test=regexdna&lang=all) is
the last missing benchmark.
Although fpc has a regexpr unit:
http://svn.freepascal.org/svn/fpc/trunk/packages/base/regexpr/regexpr.pp
It has many todos, such as adding support for | in the