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.
*文字列で検出する必要があります
*
私は試しx =~ /*/てみるx =~ "/*/"
x =~ /*/
x =~ "/*/"
両方のバリアントが正しくありません
アドバイスをください
*正規表現の数量詞です。あなたはそれを逃れる必要があります。
s =~ /\*/