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.
私はこれを思いつきましたが、私が見逃している簡単な方法はありますか?
for s:char in split(s:string, '.\zs\ze.')
標準的な方法は
for s:item in split(s:mylist, '\zs')