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.
文字列の最初のピリオドに続く最初の 2 文字を取得したい文字列があります。これは、前のプレフィックスが変化するため、MID を使用できないためです。InStr を使おうと思ったのですが、検索対象の文字列に複数のインスタンスがある場合、InStr はどのように機能しますか? たとえば、検索している文字列は次のような形式です。
xx.xxxx.xx.xxxxx xxx.xxxx.xxxx.xxxx
InStr は位置の配列を返しますか? 検索される最初の文字の位置は? 最後?