It's a regular expression, Regexes are a very very powerful pattern matching system used frequently in various forms in software development on both windows and *nix, or in general administration on *nix.
bb = to be (Letter Bx 2)
| = or
[^b] = not b
{2} = two of the previous
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.