Just Kate, yes: "^Kate$",
Those are dumb, but there are also a lot of regex without the $ (so any can follow) and a few without the ^ (so it can be anywhere in the name).
Just Kate, yes: "^Kate$",
Those are dumb, but there are also a lot of regex without the $ (so any can follow) and a few without the ^ (so it can be anywhere in the name).