python-golang常用包互查

python-golang常用包互查

正则

python re -> go regexp

re.compile -> regexp.compile re.match -> regexp.MatchString re.findall -> regexp.findAllString re.find -> regexp.findString

Loading Disqus comments...
Table of Contents