Skip to content

Multiline Regex #2

@mbdavid

Description

@mbdavid

Hello!

I'm trying to make multiline regex but it's not working. My expression is: anything between @{ and @} (but not include @{ and @})

I try:

Header2: (?<=@{)(?:.|\n|\r)*?(?=@})

or

Header2: (?<=@{)[\s\S]*?(?=@})

does not work. Do you have any idea?

Thanks

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