I am looking for a way to automatically link mentions of user accounts on my website, such as @Melon or @Banana, using JavaScript. For example, I want @Banana to be linked to example.com/users/Banana. Additionally, I would like the linking functionality to only apply to instances where the mention is in the form of "@Username" and not when it's part of another word like "@Banana's". Would appreciate any suggestions or clarifications on this matter.
Thank you!