Home
AboutMe
Blog
Guest
SignIn
📚
위니브 책 모음(공개 링크)
/
정규표현식
/
re.compile('패턴', re.ASCII)
re.compile('패턴', re.ASCII)
설명
ASCII만을 사용
단축
re.compile('패턴', re.A)