20190711
[Kotlin] 정규 표현식
Constructor
Properties
option
pattern
Functions
containsMatchIn
find
findAll
matchEntire
주어진 input과 완전 일치하는지 검사. MatchResult 형태로 리턴
input이 정규표현식과 완전 일치하면 MatchResult 인스턴스를 리턴하고 아니면 null을 리턴한다.
matches
replace
replaceFirst
split
toPattern
toString
regex를 문자열로 바꾼다.
Companion Object Functions
escape
escapeReplacement
fromLiteral