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

Regular expressions #10

Open
Simn opened this issue Jun 21, 2013 · 3 comments
Open

Regular expressions #10

Simn opened this issue Jun 21, 2013 · 3 comments
Assignees

Comments

@Simn
Copy link
Collaborator

Simn commented Jun 21, 2013

We don't really want a PCRE depdendency...

@Simn
Copy link
Collaborator Author

Simn commented Sep 16, 2013

@ousado: If I remember correctly you were planning to use some library which has support for regex?

@ousado
Copy link
Collaborator

ousado commented Sep 16, 2013

yes, at least for Unicode I think it would be wise to use ICU ( http://site.icu-project.org/ ) "ICU's regular expressions fully support Unicode while providing very competitive performance." Haven't looked at the features/compatibility with engines used by other haxe targets so far.

@ghost ghost assigned ousado Sep 16, 2013
@waneck
Copy link
Owner

waneck commented Sep 16, 2013

Well, even though ICU seems like a beast to me, I think that's the best way to quickly support best practices for string encoding and regex. We can try to simplify that later on.
There's also that google engine, re2, which is reportedly very fast. It seems pretty lightweight, and even though it's C++, we can make a simple interface to use with C.

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

No branches or pull requests

3 participants