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.
不明な入力文字列があり、正規表現として使用したいのですが、(、/、\などの多くの文字を含めることができます
Rubyでは、一致する入力引数が単なるリテラル文字列であることを指定することは可能ですか。
例:text.match(string)の代わりにtext.match_literal(string)?
または、問題をバックスラッシュする関数を作成してこれを行う唯一の方法はありますか?
ありがとうございました、
index次の方法を使用できます。
index
text.index(string)