Update TextReplace Rules
parent
aab434fde2
commit
75cbfa2cd3
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue