Update TextReplace Rules
parent
d0aa50b64c
commit
7580947f36
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ Replace: [$<repo> (#$<number>)]($&)
|
|||
Find: https:\/\/(www.)?coastalcommits\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(issues|pulls)\/(?<number>[0-9]+)\/*
|
||||
Replace: [$<repo> (#$<number>)]($&)
|
||||
```
|
||||
### Beautify CoastalCommits Commit Links
|
||||
```regex
|
||||
Find: /https:\/\/(www.)?coastalcommits\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(commit)\/(?<hash>[A-Za-z0-9-]{10})[A-Za-z0-9-]{30}\/*/gm
|
||||
Replace: [$<repo> (#$<hash>)]($&)
|
||||
```
|
||||
# Miscellaneous Rules
|
||||
## Regex Replacement
|
||||
### Easy Google searching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue