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
will replace assets/hello.jpg with images/hello.jpg before validation. It's a standard behavior of JS string.replacemethod, but for users who don't know that the checker is written in JS and that it usesstring.replace, this is a hidden knowledge (I've spent quite some time reading the code and the documentation). Better to document that explicitly (with relevant links) to save the time for future users.
I can create a PR to show the change.
And thanks for a great tool, BTW!
The text was updated successfully, but these errors were encountered:
It would be great to document the usage of Named Regex groups in "replacementPatterns".
For example:
will replace
assets/hello.jpg
withimages/hello.jpg
before validation. It's a standard behavior of JSstring.replace
method, but for users who don't know that the checker is written in JS and that it usesstring.replace
, this is a hidden knowledge (I've spent quite some time reading the code and the documentation). Better to document that explicitly (with relevant links) to save the time for future users.I can create a PR to show the change.
And thanks for a great tool, BTW!
The text was updated successfully, but these errors were encountered: