티스토리 뷰
728x90
import re
regex = re.compile(
r'^(?:http|ftp)s?://' # http:// or https://
r'(?:(?:[A-Z0-9](?:[A-Z0-9-]{0,61}[A-Z0-9])?\.)+(?:[A-Z]{2,6}\.?|[A-Z0-9-]{2,}\.?)|' #domain...
r'localhost|' #localhost...
r'\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})' # ...or ip
r'(?::\d+)?' # optional port
r'(?:/?|[/?]\S+)$', re.IGNORECASE)
print(re.match(regex, "http://www.example.com") is not None) # True
print(re.match(regex, "example.com") is not None) # False
https://stackoverflow.com/questions/7160737/python-how-to-validate-a-url-in-python-malformed-or-not
728x90
'공부' 카테고리의 다른 글
[Hive] document (0) | 2020.05.31 |
---|---|
[Hive] `internal` vs `external` of Table (0) | 2020.05.31 |
[Python] Content-Type & MIME-Type (0) | 2020.05.31 |
[Python] execute timeout (0) | 2020.05.31 |
[Python] flask swagger (ImportError: cannot import name 'cached_property' from 'werkzeug'; AttributeError: 'function' object has no attribute 'as_view') (0) | 2020.05.31 |
댓글
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Bot
- 개리마커스
- 테슬라 리퍼럴 코드 혜택
- 테슬라 추천
- 메디파크 내과 전문의 의학박사 김영수
- 모델 Y 레퍼럴
- Kluge
- 유투브
- COUNT
- 테슬라 크레딧 사용
- 테슬라 레퍼럴
- 인스타그램
- 테슬라 레퍼럴 코드 확인
- 테슬라
- 테슬라 리퍼럴 코드 생성
- 모델y
- follower
- 할인
- 클루지
- 어떻게 능력을 보여줄 것인가?
- wlw
- 테슬라 리퍼럴 코드
- 레퍼럴
- 팔로워 수 세기
- 김달
- 테슬라 레퍼럴 적용 확인
- 책그림
- 연애학개론
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함