Hi - I want to add a feature to my comment forum where anytime someone
types in @username, I can grab the username, make sure it's valid, and
if so, replace it with a link to that user's profile.  So, I think I
want something like:


comment = comment.gsub("/@[A-Za-z0-9]*/",  ?)

How do I grab the tailing string (after dropping the @) in this
regular expression, and how do I create a link string in the
controller (link_to?) ?

Thanks for any help,
Dino
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to