|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
MatchResult |
Class Summary | |
---|---|
Matcher | |
Pattern |
This package uses the .NET System.Text.RegularExpressions
namespace to implement the Java package java.util.regex
,
which is not a part of the J# standard packages in Visual Studio 2005.
It should be useful both for porting recently-written Java code to .NET
and as an example for learning the similarities between the libraries
in either direction.
These classes were developed without reference to the class libraries
provided by Sun. The static final int
constants in
Pattern
were determined by introspection using the
'bsh
' interpreter. The 'javap
' and
'monop
' tools were also used during development.
(These files should compile and run under .NET 1.1 and 2.0 and under Mono.)
This version is provided under the following license, which also appears in all source files:
© 2006 David Lee Lambert. You are hereby authorized to use this work in any manner, subject to the following limitations:
- You acknowledge that you have received this work with NO WARRANTY, not even a warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE;
- In particular, you acknowledge that this software is not designed for use in nuclear facilities;
- You acknowledge that this work is not intended as a replacement for the
java.util.regex
package in any virtual machine that has it already;- You agree not to use the name of David Lee Lambert, his heirs or assigns, or any other contributor to this work in advertising for any product without separate written permission to do so.
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |