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.
Web ページのテキスト ボックスが空白値または文字 'C' しか受け入れられない場合、正規表現バリデーターの正規表現は何になりますか?
ありがとう
これは次のようになります。
^C$
これは、単一の C 文字のみが受け入れられることを示しています。RegEx バリデーターは空のフィールドに誤りとしてフラグを立てないため、フィールドを空のままにすることもできます。