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.
int idx1 = mystr.indexOf("@");
OR 演算子を使用してもう 1 文字追加する方法。このような
mystr.indexOf("@" || "#");