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
Match . against foo.bar and see that there is no result. This is because by default the first match must be strong and because matching after a separator character is considered strong but not matching a separator character.
Match
.againstfoo.barand see that there is no result. This is because by default the first match must be strong and because matching after a separator character is considered strong but not matching a separator character.