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.
mysql で部分文字列のオフセットを取得する方法はありますか?
IE
「こんにちは、初心者プログラマーです」 「みんな」 オフセット 6
java/javascript で indexOf に相当するものを探しています
ありがとう!
すみません、自分で見つけました
INSTR(str, substr)