mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-30 11:04:50 +00:00
See https://golang.org/pkg/regexp/syntax/ for the supported syntax. Here are some examples: ``` replace "(foo)" "$1-bar" replace "(foo)" "${1}-bar" replace "(?P<group>foo)" "$group-bar" replace "(?P<group>foo)" "$group-bar" replace "(?P<key>\w+):\s+(?P<value>\w+)$" "$key=$value" ``` Closes #1115 |
||
|---|---|---|
| .. | ||
| action | ||
| buffer | ||
| config | ||
| display | ||
| info | ||
| lua | ||
| screen | ||
| shell | ||
| util | ||
| views | ||