"URL 정규표현식"의 두 판 사이의 차이

(새 문서: ==개요== ;URL 정규식, URL 정규표현식 <source lang='text'> https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*) </source> =...)
 
12번째 줄: 12번째 줄:
* https://stackoverflow.com/questions/3809401/what-is-a-good-regular-expression-to-match-a-url
* https://stackoverflow.com/questions/3809401/what-is-a-good-regular-expression-to-match-a-url


[[분류: URL]]
[[분류: 정규표현식]]
[[분류: 정규표현식]]
[[분류: URL]]

2021년 2월 14일 (일) 18:04 판

1 개요

URL 정규식, URL 정규표현식
https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}