-
@samkinsley did some playing around, and this seems to work for me (yes, it's probably bad that the username is included as part of the matched string... oh well)
-
@samkinsley a couple of things: - yes, it's case-sensitive - "what" will match "what" anywhere in the string - I'd probably do that myself, just to be permissive - "\\W+" means "1 or more characters of whitespace"