Pattern « java.util.regex « Java by API






1.Pattern.CANON_EQ
2.Pattern.CASE_INSENSITIVE
3.Pattern: compile('d.*ian')
4.Pattern: compile('(\\w+)\\s(\\d+)')
5.Pattern: compile('e.+?d')
6.Pattern: compile('[a-z]+')
7.Pattern: compile(String text)
8.Pattern: matcher(String text)
9.Pattern: split(String str)