Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
非ユニコードの場合、正規表現パターンを使用することを理解しています。x00-\x1F\x80-\x9F]+$. アルファベット文字を除く正規表現を使用できますA, C, G, and Tか?
x00-\x1F\x80-\x9F]+$.
A, C, G, and T
A、C、G、および T を否定文字クラスに追加するだけです。
^[^ACGT\x00-\x1F\x80-\x9F]+$