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

Options (/i, /x, etc.) do not appear to be covered. #103

Open
CaryInVictoria opened this issue Sep 16, 2018 · 1 comment
Open

Options (/i, /x, etc.) do not appear to be covered. #103

CaryInVictoria opened this issue Sep 16, 2018 · 1 comment

Comments

@CaryInVictoria
Copy link

Is that intentional (or did I miss that)?

@k-takata
Copy link
Owner

Those options should be specified with the onig_new() API by the ONIG_OPTION_IGNORECASE or ONIG_OPTION_EXTEND option.
Another way is using the (?i) or (?x) notation.
See doc/API and doc/RE for detail.

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

2 participants