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
Tim Bourguignon edited this page Jan 20, 2014
·
2 revisions
Anything is the power-wildcard per excellence, it is replaced by ".*" e.g. ZeroOrMore of "any character". You can also use the specifiers OneOrMore, ZeroOrMore, AtLeast, AtMost and Exactly with it.