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.
変数名を持つ変数はどのように作成できますか?? たとえば、$$ref; ここ $ref="name1"; or $ref ="name2" ;
$ref="name1"; or $ref ="name2" ;
一重引用符で囲まれた文字列を二重引用符で囲まれた文字列に変換するにはどうすればよいですか? たとえば。 'Hello\n'; to "Hello\n";
Hello\n'; to "Hello\n";
が文字列で操作されている場合quotemeta、元の形式に戻すことはできますか..? 例えば "hello\\nWorld\\\$" to "hello\nWorld\$.
quotemeta
"hello\\nWorld\\\$" to "hello\nWorld\$.