2023年8月14日
摘要: The primary goal of using re for me is making a web scrape , so the latter function can fit my requirements very well. (string/num).*?(str/num) .*Matc 阅读全文
posted @ 2023-08-14 13:39 prayerto 阅读(32) 评论(0) 推荐(0)
摘要: STEP 1 : The primary formula in the RE code base : result =re.match(pattern, str) #pattern 为要校验的规则 #str 为要进行校验的字符串 >>> import re >>> print(re.match('w 阅读全文
posted @ 2023-08-14 13:24 prayerto 阅读(20) 评论(0) 推荐(0)