Update TextReplace Rules

Seaswimmer 2024-05-07 01:55:28 +00:00
parent 823a08ee23
commit af5f89eb82
Signed by: CoastalCommitsManagement
GPG key ID: 7E73189F651A553F

@ -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