Позвольте мне спросить, каково регулярное выражение для поиска "$ name" из "abc $ name, defg" в коде Ruby?За подробностями
"$name" must follow the Ruby syntax for global variable names;
I distinguish "$name" from the including text just by "$" at the head
and a non allowed character for variable names after the tail.
Заранее спасибо.