Update TextReplace Rules

Seaswimmer 2024-05-07 01:56:19 +00:00
parent af5f89eb82
commit fe97ff6a61
Signed by untrusted user who does not match committer: CoastalCommits
GPG key ID: 7E73189F651A553F

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