Hello friends ,i have a one multiline text box , if user enter any data containing "URL" then i want to pick that url with other text and put the URL in <> brackets and save to the database
HOW CAN I DO THIS WITH VB.NET
i am got a regular expression for checking the URL which is as below
/((([A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)((?:\/[\+~%\/.\w-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[\w]*))?)/
Please suggest me...