You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently it's possible to match based on multiline patterns. eg 'pattern': r'(\?\>\n.)',
However it is not possible to exclude based that next line content. It would be nice to be able to exclude based on next line(s) matching
The text was updated successfully, but these errors were encountered:
currently it's possible to match based on multiline patterns. eg
'pattern': r'(\?\>\n.)',
However it is not possible to exclude based that next line content. It would be nice to be able to exclude based on next line(s) matching
The text was updated successfully, but these errors were encountered: