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.
文字列の文字を文字列配列に分割しようとしています。ここで解決策を見つけました。
ソリューションは完璧ですが、どのように機能したかわかりません.split("(?!^)")。split()メソッドの基本を熟知しています。誰かが説明を提供できますか?
.split("(?!^)")
split()