늘보 567

모르겠지 모를거야

너는 지구가 둥근 걸 알려나 모르겠지 모를 거야. 너는 지구가 평평한 걸 알려나 모르겠지 모를 거야. 너는 지구가 끝이 없는 걸 알려나 모르겠지 모를 거야. 너는 지구가 끝이 있는 걸 알려나 모르겠지 모를 거야. 너는 내가 누군지 알려나 모르겠지 모를 거야. 너는 자신이 누군지 알려나 모르겠지 모를 거야. from : https://www.instagram.com/p/Cco1I91vpZp/?utm_source=ig_web_copy_link

re - 정규식 연산

re — 정규식 연산 — Python 3.10.4 문서 re — 정규식 연산 소스 코드: Lib/re.py 이 모듈은 Perl에 있는 것과 유사한 정규식 일치 연산을 제공합니다. 패턴과 검색 할 문자열은 모두 유니코드 문자열(str)과 8비트 문자열(bytes)이 될 수 있습니 docs.python.org re — Regular expression operations — Python 3.10.4 documentation re — Regular expression operations Source code: Lib/re.py This module provides regular expression matching operations similar to those found in Perl. Both patter..

Data/Information 2022.04.22

정규표현식 python re

정규식 HOWTO — Python 3.10.4 문서 대소 문자를 구분하지 않는 일치를 수행합니다; 문자 클래스와 리터럴 문자열은 대소 문자를 무시하여 문자와 일치합니다. 예를 들어 [A-Z]는 소문자와도 일치합니다. ASCII 플래그로 ASCII가 아닌 docs.python.org Regular Expression HOWTO — Python 3.10.4 documentation Perform case-insensitive matching; character class and literal strings will match letters by ignoring case. For example, [A-Z] will match lowercase letters, too. Full Unicode matching a..

Data/Information 2022.04.22