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.
一重引用符を含む変数を割り当てる必要があります。
PHP では、次のようにします。
$hello='testing \' quotes ';
引用符を印刷するための小枝の同等のコードは何ですか?
とにかくtwigテンプレートがphpに変換されるので同じです
{{ 'some string \' with a single quote in it' }} {% set value = 'the quote is here ->\'<-' %} {{ value }}