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 aren't working in C++ #36

Open
FlatAssembler opened this issue Sep 28, 2020 · 1 comment
Open

Regular expressions aren't working in C++ #36

FlatAssembler opened this issue Sep 28, 2020 · 1 comment

Comments

@FlatAssembler
Copy link

It seems as though std::regex_search always returns false, and even the simplest regular expressions, such as [0-9]+ or even \d+, throw invalid character exceptions.

@FlatAssembler
Copy link
Author

Did some more research. This bug seems not to appear when running DJGPP on Ubuntu, only when running it on RHEL. I have no idea why.

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

1 participant