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.
現在、スラッシュが出現するたびに文字列を分割しています。スラッシュの代わりにバックスラッシュを使用するパスの場合、バックスラッシュが使用されている場合、すべてのバックスラッシュで分割機能を実現するにはどうすればよいですか? 助けてくれてありがとう。
Dim p() as string p = Split(strP, "/")'Or backward slash
p = someString.Split("/"c, "\"c)