Browse Source

test komentu

hornija 11 tháng trước cách đây
mục cha
commit
294783ffd6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      script.py

+ 1 - 0
script.py

@@ -1,6 +1,7 @@
 import re, os
 
 wiki_dir = "C:\\Coding\\python\\dropbox-pictures-regex\\wiki\\"
+# koment
 regex = r"(?:(?:https?)+\:\/\/+[a-zA-Z0-9\/\._-]{1,})+(?:(?:jpe?g|png))"
 
 for path, dirs, files in os.walk(wiki_dir):