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

意図と違う(?)文字クラス [ \t\z] #111

Closed
scivola opened this issue Mar 20, 2020 · 1 comment
Closed

意図と違う(?)文字クラス [ \t\z] #111

scivola opened this issue Mar 20, 2020 · 1 comment

Comments

@scivola
Copy link
Contributor

scivola commented Mar 20, 2020

数箇所で [ \t\z] という文字クラスが使われています。

しかし,[ ] の中で \z と書いても,文字列終端のアンカーとは解釈されませんし,単に z と書いたのと同じです。
つまり,[ \t\z][ \tz] と同じです。

z をわざわざ \z と書くとは考えられないので,意図と違っているのではないかと思います。

@no6v no6v mentioned this issue Mar 22, 2020
@scivola
Copy link
Contributor Author

scivola commented Apr 9, 2020

#115 で直していただいているので閉じます。

@scivola scivola closed this as completed Apr 9, 2020
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