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

Should escape # characters #20

Closed
notpeter opened this issue Aug 9, 2014 · 2 comments
Closed

Should escape # characters #20

notpeter opened this issue Aug 9, 2014 · 2 comments

Comments

@notpeter
Copy link

notpeter commented Aug 9, 2014

Any regex with # will actually fail because if it's not escaped. (since everything after # is a comment). You should probably probably auto-escape those as \x23

@tomohiro
Copy link
Owner

Thanks, can you create the patch to fix that?

@tomohiro
Copy link
Owner

tomohiro commented Jan 9, 2019

Maybe It works now (Fluentular support Fluentd v1.3.3)

@tomohiro tomohiro closed this as completed Jan 9, 2019
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