You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact use of regexes would be more appropriate for this and I have several very valid use cases for it, like prevention of any or some particular unicode strings in the source code. A regex [^\x00-\x7F] could prove useful to for it.
I also use codespell in parallel with cspell but sadly this one is missing these too.
Problem
I would like to flag all words starting or ending with a certain string as forbidden.
Solution
Example:
!apple% flags applejuice, applesauce, apple-flavoured;
!%apple flags crabapple
Alternatives
No response
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: