Update TextReplace Rules
parent
af5f89eb82
commit
fe97ff6a61
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Replace: [$<repo> ($<hash>)]($&)
|
||||||
### Beautify CoastalCommits Compare Links
|
### Beautify CoastalCommits Compare Links
|
||||||
```regex
|
```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._-]+)\/*
|
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>)]($&)
|
Replace: [$<repo> ($<hash1>$<dots>$<hash2>)]($&)
|
||||||
```
|
```
|
||||||
# Miscellaneous Rules
|
# Miscellaneous Rules
|
||||||
## Regex Replacement
|
## Regex Replacement
|
||||||
|
|
Loading…
Add table
Reference in a new issue