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.
6〜12文字の長さで、数字で始まり、その後に何かが続き、非アルファベットと非数字で終わる文字列の正規表現が必要です。私はこれを持っていますが、これは機能しません。ここで何か助けはありますか?例 は123abc$$、、、2%fat?4ever!@
123abc$$
2%fat?
4ever!@
^[0-9](?=.*)[^a-z0-9]{6,12}$