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 the patterns can match multiple lines, but . cannot match newline. I think this is sensible, but in that case at least document how to go into DOTALL mode, or even add a command-line switch for it.
Currently the patterns can match multiple lines, but
.cannot match newline. I think this is sensible, but in that case at least document how to go intoDOTALLmode, or even add a command-line switch for it.