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
Describe the bug
<property name="format" value="^com\.teragrep\.[a-z]{3}_\d{2}(?:.[a-zA-Z]\w*)*$"></property>
The last group should have escaped dot
<property name="format" value="^com\.teragrep\.[a-z]{3}_\d{2}(?:\.[a-zA-Z]\w*)*$"></property>
Expected behavior
Should not cause any issues as . is rarely anything except actual dot but it could be
.
How to reproduce
Screenshots
Software version
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered:
StrongestNumber9
No branches or pull requests
Describe the bug
<property name="format" value="^com\.teragrep\.[a-z]{3}_\d{2}(?:.[a-zA-Z]\w*)*$"></property>
The last group should have escaped dot
<property name="format" value="^com\.teragrep\.[a-z]{3}_\d{2}(?:\.[a-zA-Z]\w*)*$"></property>
Expected behavior
Should not cause any issues as
.
is rarely anything except actual dot but it could beHow to reproduce
Screenshots
Software version
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: