“заменить веточку” Ответ

Строка заменить веток

{{description|replace({"\'": "'"})|raw }}
Uptight Unicorn

Twig Str_replace

{{ "I plays"|replace({' ':''}) }}
Shadow

заменить веточку

{{ "I like %this% and %that%."|replace({'%this%': foo, '%that%': "bar"}) }}

{# outputs I like foo and bar
   if the foo parameter equals to the foo string. #}

{# using % as a delimiter is purely conventional and optional #}

{{ "I like this and --that--."|replace({'this': foo, '--that--': "bar"}) }}

{# outputs I like foo and bar #}
Wrong Wren

Ответы похожие на “заменить веточку”

Вопросы похожие на “заменить веточку”

Смотреть популярные ответы по языку

Смотреть другие языки программирования