Update TextReplace Rules
parent
823a08ee23
commit
af5f89eb82
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ Replace: [$<repo>#$<number>]($&)
|
|||
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}\/*
|
||||
Replace: [$<repo> ($<hash>)]($&)
|
||||
```
|
||||
### Beautify CoastalCommits Compare Links
|
||||
```regex
|
||||
Find: https:\/\/(www.)?coastalcommits\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(compare)\/(?<hash1>[A-Za-z0-9._-]+)(?<dots>\.{2,3})(?<hash2>[A-Za-z0-9._-]+)\/*
|
||||
Replace: [$<repo> ($<hash1>$<dots><$hash2>)]($&)
|
||||
```
|
||||
# Miscellaneous Rules
|
||||
## Regex Replacement
|
||||
### Easy Google searching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue