Grammatica - Bugs: bug #3597, Regular Expressions: Not fully JDK...
You are not allowed to post comments on this tracker with your current authentication level.
bug #3597: Regular Expressions: Not fully JDK 1.4 compatible
Submitter: | Per Cederberg <cederberg> | ||
Submitted: | Wed 14 May 2003 03:38:11 PM UTC | ||
Severity: | 2 - Normal | Item Group: | Software |
Status: | Fixed | Assigned to: | cederberg |
Open/Closed: | Closed |
Discussion locked!
Sat 14 Mar 2009 09:35:18 AM UTC, comment #4: |
Per Cederberg <cederberg>![]() ![]() |
Tue 24 Feb 2009 10:13:54 PM UTC, comment #3: Fixed in trunk, r146. Will be available in the 1.5.beta1 release.
|
Per Cederberg <cederberg>![]() ![]() |
Mon 18 Apr 2005 05:43:18 PM UTC, comment #2: The boundary characters ^ and $ are very important. In fact, there might be no other way to specify start and end of input or line. Note that the operation mode for these boundary operators are important, as they might operate either on the full buffer or on just the last line. |
Per Cederberg <cederberg>![]() ![]() |
Tue 24 Feb 2004 01:47:44 PM UTC, comment #1: Why not use the appropriate SDK library? i.e. the JDK library for the Java version, .NET one for the C# version... Maybe an adapter on top of each to unify their APIs for the parser generator, so that you don't have to keep 2 versions of the parser itself, only the adapters. |
Daniel Cazzulino <dcazzulino> |
Wed 14 May 2003 03:38:11 PM UTC, original submission:
The regular expression library is still lacking in some ways compared to the implementation in JDK 1.4 (or Perl 5). The library should be extended to support as many constructs as possible. In particular the missing features are specific character sets, and some boundary constructs (as ^ and $). |
Per Cederberg <cederberg>![]() ![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Version 1.5 was released on 2009-03-07. Closing this issue.