We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a possible use case could be to filter nested class names or attributes, i.e. strings on the form foo.bar.baz.
foo.bar.baz
Would you consider adding support for configuring the deliminator?
The text was updated successfully, but these errors were encountered:
Yep! I can add this to the next release.
I've actually had support for arbitrary delimiters in the code since the beginning, I just haven't exposed it as a flag yet.
zf/src/filter.zig
Lines 14 to 22 in 6624df5
I expect there would only be a need for single byte delimiters.
Sorry, something went wrong.
2f84ce6
No branches or pull requests
a possible use case could be to filter nested class names or attributes, i.e. strings on the form
foo.bar.baz
.Would you consider adding support for configuring the deliminator?
The text was updated successfully, but these errors were encountered: