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, only one trailing \... will be accepted as "match".
If pattern has multiple \... following each other, it is unclear what should be the outcome:
compilation error?
extended matching rules (additional exception)?
silently join them together?
The text was updated successfully, but these errors were encountered:
Currently, only one trailing
\...
will be accepted as "match".If pattern has multiple
\...
following each other, it is unclear what should be the outcome:The text was updated successfully, but these errors were encountered: