mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
link to example regex in README
This commit is contained in:
parent
b2d224ad9d
commit
42dac604b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue