Hello , Im trying to make the following thing :
1) using regex to match all strings that have the following pattern "@username" << done i got the pattern @([A-z09_-]){4,20}
2) to parse the text from rich text box and to color those patterns "@somethign" in a color
3) make them clickable & when clicked to insert the clicked string in text box ( only if this is possible without tons of code & libraries )
well . thats basically it .. any help is appreciated :) ' Cheers :)