유용한 링크

정규표현식

링크

re 모듈 공식 홈페이지

re 모듈 연습

정규표현식 패턴

점프 투 파이썬

factory function for creating tuple subclasses with named fields

list-like container with fast appends and pops on either end

dict-like class for creating a single view of multiple mappings

dict subclass for counting hashable objects

dict subclass that remembers the order entries were added

dict subclass that calls a factory function to supply missing values

wrapper around dictionary objects for easier dict subclassing

wrapper around list objects for easier list subclassing

wrapper around string objects for easier string subclassing

defaultdict

Counter

Built-in Functions

filter

Last updated