-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels