Update --mk
This commit is contained in:
parent
f4a168147a
commit
3627ec0869
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
"Locally mirror a website using `wget -mkEpnp <url>`")
|
||||
|
||||
(defvar mk/useful-regex
|
||||
'(("[\w\s]+:" "match any word or space that precede the :")
|
||||
("\[.*\]" "search for anything in square brackets")
|
||||
'(("match any word or space that precede the :" . "[\w\s]+:")
|
||||
("search for anything in square brackets" . "\[.*\]")
|
||||
("[A-Za-z]+" "upper and lowercase english alphabet")
|
||||
("[0-9]" "numbers from 0 to 9")
|
||||
("[A-Za-z\-\.]" "upper and lowercase english alphabet, - and .")
|
||||
|
|
Loading…
Add table
Reference in a new issue