Twig: remove qoutes in string

Trabla:Twig & php: remove qoutes in string

Solving:

Use replace filter

Example:

{{  myvar | replace( { '"':'' } )  }}

No comments:

Post a Comment