Skip to content
New issue

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

basic regex support. Just a wrapper for scala (java) regex classes. #120

Merged
merged 1 commit into from May 27, 2013

Conversation

prakashk
Copy link
Member

This is just barely scratching the surface of what Perl's regex capabilities. Only supports // as delimiters.

In order to realize anything close to what Perl offers, we will probably need to write our own parser class, that should also help us implement string interpolation and quote operators (q, qq etc).

stevan pushed a commit that referenced this pull request May 27, 2013
basic regex support. Just a wrapper for scala (java) regex classes.
@stevan stevan merged commit e14ce31 into master May 27, 2013
@stevan
Copy link
Member

stevan commented May 27, 2013

@prakashk this is great, even just having a little support is good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants