Update TextReplace Rules

Seaswimmer 2024-12-20 11:48:39 -05:00
parent aab434fde2
commit 75cbfa2cd3
Signed by untrusted user who does not match committer: CoastalCommits
GPG key ID: 7E73189F651A553F

@ -80,6 +80,16 @@ Only if includes: google:
Find: google:(?<query>.*)
Replace: <https://google.com/search?q=$<query>>
```
### Easy DuckDuckGo searching
```regex
Find: \s+
Replace: +
Only if includes: ddg:
```
```regex
Find: ddg:(?<query>.*)
Replace: <https://duckduckgo.com/?q=$<query>>
```
### Replace `*F` with `°F`
*Also works for Celcius.*
```regex