[Regular Expression] Enclosing text with single quotes
A memo of a regular expression snippet to enclose text with single quotes.
(.*$)
"$1"
As a side note, in cotedit, it’s:
"\\1"
That’s all from the Gemba.