Update TextReplace Rules

Seaswimmer 2024-05-07 01:14:11 +00:00
parent 7580947f36
commit a4e9692bd6
Signed by: CoastalCommitsManagement
GPG key ID: 7E73189F651A553F

@ -50,7 +50,7 @@ Replace: [$<repo> (#$<number>)]($&)
``` ```
### Beautify CoastalCommits Commit Links ### Beautify CoastalCommits Commit Links
```regex ```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 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>)]($&) Replace: [$<repo> (#$<hash>)]($&)
``` ```
# Miscellaneous Rules # Miscellaneous Rules