views:

100

answers:

0

I have a UITextView where users can type text. I want to parse HTML Links (Domains with or without http://) and Phone Numbers from the users after they click on the button.

I know I can set the editable property of UITextView to NO to automatically parse links but I don't have the option to make it editable=NO and I want to parse the Links to generate appropriate URL's (for tel:// and http://), I am new to RegExKit Lite and was hoping if someone can help me with it.