Hi everyone,
I have very very little regex experience and I'm having big troubles with something I'm tryng to do.
In Java I have for example a string "this is a string posted by @stev and I need @stev be clickable"
What the regex should do is create a string like this : "this is a string posted by <a href='stev'>@stev</a> and I need <a href='stev'>@stev</a> be clickable"
Anyone got any idea how to do this? I have no idea, so any help is very welcome!
Thanks!!