Filter via regex named capture
Open
enhancement
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### deletion
- #3 for uncomment typescript type annotation
```sh
lspcat --filter "(?/\*\s*?):.*?(?\s*?\*/)" -- npx typescript-language-server --stdio
```
- #3 for uncomment typescript syntax
```sh
lspcat --filter "(?/\*::\s*?).*(?\s*?\*/)" -- npx typescript-language-server --stdio
```
- #3 for uncomment typescript non-null assertion
```sh
lspcat --filter "(?/\*\s*?)!(?\s*?\*/)" -- npx typescript-language-server --stdio
```
### swap
TBD
### replace
TBD
### insert
TBD
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.