Open billsedison opened 3 years ago
https://billsedison.gitlab.io/hexo-note-blogs-source/2020/10/22/vscode/vscodetips/
Regex regex find and submatch You can use $0 in the Replace with to denote the string you find. For example, to replace https://xxxx with https://xxxx, you can use Find: ^https://.* R
https://billsedison.gitlab.io/hexo-note-blogs-source/2020/10/22/vscode/vscodetips/
Regex regex find and submatch You can use $0 in the Replace with to denote the string you find. For example, to replace https://xxxx with https://xxxx, you can use Find: ^https://.* R