This means the regex needs tweaking, at the moment it is matching too much, so that you have a list of one item. Try something like: #\w+
Edit …
For making links in the text with BB, I used the rich text editor to come up with an example.
:find & replace
regular expression: @(\w+)
replace with:
[color=#0000ff][url=https://myapp.example.com/user?uid=$1]@$1[/url][/color]