Search Results

4
votes

How to add a single backslash character to a string in Ruby?

from ruby-doc.org about the replacement pattern for gsub: the sequences \1, …