link to example regex in README

This commit is contained in:
Manuel Barkhau 2019-02-22 11:02:00 +01:00
parent b2d224ad9d
commit 42dac604b9

View file

@ -199,7 +199,7 @@ ERROR - Pattern compiles to regex 'img\.shields\.io/static/v1\.svg\?label=PyCa
<tag>(?:alpha|beta|dev|rc|post|final)))?)&color=blue' <tag>(?:alpha|beta|dev|rc|post|final)))?)&color=blue'
``` ```
The internally used regular expression is also shown, which you can use to debug the issue, for example on https://regex101.com. The internally used regular expression is also shown, which you can use to debug the issue, for example on [regex101.com](https://regex101.com/r/ajQDTz/2).
### Pattern Search and Replacement ### Pattern Search and Replacement