Regular Expressions · =~ searches for matches (returns a java.util.regex.Matcher) · ==~ is there a match? (returns a Boolean) · ~ returns a Pattern.
確定! 回上一頁