티스토리 뷰

https://regex101.com/

 

Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript

Please wait while the app is loading...

regex101.com

내가 필요한 건 http-equiv 중에서 Last-Modified 의 값을 구하는 것이었다.

- 만 그냥 쓰면 에러가 나서 앞에 역슬래시를 붙여 예외처리를 한다.

regex101 사이트가 좋은 것은 정규식에 들어맞는 데이터가 색깔로 구분되는 것이다!

/<meta http\-equiv="Last\-Modified" content=\"(.*?)\">/

댓글