We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a second package which wraps the main IronRure one and provides a 'drop-in' replacement for .NET Regex.
The text was updated successfully, but these errors were encountered:
Initial Work on DropIn
c445dac
This will be a simple drop-in replacement for the `System.Text.RegularExpressions` namespace (#6).
Add Regex with Supported Constructor Overloads (#6)
09d1792
No pattern matching yet, and the options aren't mapped from .NET style flags to the Rure ones yet.
iwillspeak
No branches or pull requests
Create a second package which wraps the main IronRure one and provides a 'drop-in' replacement for .NET Regex.
The text was updated successfully, but these errors were encountered: