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.
[a-zA_Z0-9_] の代わりに「\w」を使用できます。「_」アンダースコアは必要ありません。アルファベットと数字のクラスは何ですか?
なにもない。を使用し[a-zA-Z0-9]ます。
[a-zA-Z0-9]
[\da-z]正規表現オプションで正規表現を使用するignoreCase
[\da-z]
ignoreCase