I would like to know if it's possible to get the mentioned users out of a ProjectMessage object's text attribute. For example, if there's an assignment to me like
Emilie Boillat (boillat): Please change font size, @schaer !
I would like to extract the user info but I can't seem to find a function which does this. Is the only way to achieve this to simply parse the text and look for usernames after the '@' symbols? If yes, that works for me, otherwise I'd be glad if Appway can facilitate my task ;-)
Emilie Boillat (boillat): Please change font size, @schaer !
I would like to extract the user info but I can't seem to find a function which does this. Is the only way to achieve this to simply parse the text and look for usernames after the '@' symbols? If yes, that works for me, otherwise I'd be glad if Appway can facilitate my task ;-)
Thanks for any hints.