Matches regular expression, case insensitive. 'thomas' ~* '.*Thomas.*' !~ Does not match regular expression, case sensitive. 'thomas' !~ '.*Thomas.*'.
確定! 回上一頁