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.
最初の文字を角かっこで囲む必要があります。たとえば、に変換"abc"したい"[a]bc"。正規表現を使用してRubyでこれを行うにはどうすればよいですか?
"abc"
"[a]bc"