-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use template string to replace regex #36
Comments
@laxect |
is |
For example, |
well then consider using |
"ep" and "sp" is common abbr in this situation and already used in dantalian. |
What about support template without droping regex support? |
Considering backward compatibility, the support of regex will continue. I am thinking what is the priority if template string and regex are configured both? To report an error is also a choice in this case. |
Just use regex and print a warn? |
Regular expression is too hard to write, use and debugging, even to exprienced developers!
So I want to use template string to configure episode to replace reguar expression.
for more complex example:
for sp:
The text was updated successfully, but these errors were encountered: