Skip to content

Regex Pattern Syntax Token Error #3

@thomasjrivera

Description

@thomasjrivera

I am trying to use the filter my app but getting syntax errors. Its not liking passing a regex pattern of any kind. Its only working with a string replace.

This works
{{ model.photos[1].caption | string.replace:'Mandatory':'' }}

Not working
{{ model.photos[1].caption | string.replace:/Mandatory/g:'' }}

Getting unexpected token and Mandatory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions