with 데이터리안 : 데이터분석 고급
1번문제 : https://www.hackerrank.com/challenges/weather-observation-station-6/problem?isFullScreen=true
REGEXP : 특정 문자열로 시작하는
> '^[문자열].*'
2번문제 : https://www.hackerrank.com/challenges/weather-observation-station-7/problem?isFullScreen=true
REGEXP : 특정 문자열로 끝나는
> '[문자열]$'
3번문제 : https://www.hackerrank.com/challenges/weather-observation-station-8/problem?isFullScreen=true
REGEXP : 특정 문자열로 시작하고 끝나는
REGEXP : 특정 문자열로 시작하지 않는.