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.
Regex次の仕様の文字列に一致するオブジェクトを作成したいと思います。
Regex
文字列には、最小6文字と最大50文字の英数字が含まれます。
「*」、「/」、「」、「:」、「<」、「>」、「?」、「\」、「|」、「™」を除く文字と特殊文字のみを含めることができます。 「©」、「®」。
"^[^ put_anything_you_dont_want_like_specials_and_space_in_here]{6,50}$"
[受け入れられる文字のリスト]{6,50}