Regular expressions allow users to create complicated queries. ... with any character but a,b,c", e.g. query [^aeou]ang will match "rang" but not "baang".
確定! 回上一頁