Current location: Hot Scripts Forums » Programming Languages » ASP » Convert this little of code over to ASP?


Convert this little of code over to ASP?

Reply
  #1 (permalink)  
Old 09-26-09, 10:32 AM
dtins dtins is offline
New Member
 
Join Date: Sep 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Convert this little of code over to ASP?

Ok, I am trying to convert some PHP over to ASP to try to learn both languages a little better. I have ran into some PHP code I just do not understand how to convert over to ASP Can someone please help me out with it... Here it is...

Code:
function MakeUrl($strUrl)
{
$strText = ' ' . $strUrl;
$strText = preg_replace("#(^|[\n ])([\w]+?://[^ \"\n\r\t<]*)#is", "$1<a href=\"$2\" target=\"_blank\" rel=\"nofollow\">$2</a>", $strText);
$strText = preg_replace("#(^|[\n ])((www|ftp)\.[^ \"\t\n\r<]*)#is", "$1<a href=\"http://$2\" target=\"_blank\" rel=\"nofollow\">$2</a>", $strText);
$strText = preg_replace("#(^|[\n ])([a-z0-9&\-_.]+?)@([\w\-]+\.([\w\-\.]+\.)*[\w]+)#i", "$1<a href=\"mailto:$2@$3\" rel=\"nofollow\">$2@$3</a>", $strText);
$strText = substr($strText, 1);
return($strText);
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-01-09, 10:58 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Example from:

strOriginalString = ereg_replace(". " & strOriginalString, "(\.|!|\?)\s([A-Z]+)\s([^02468\s]+)\s", "$1 $2 <strong>$3</strong> ", False)

VBScript Regular Expressions - ASP - Added Bytes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert video to FLV through code Arctic The Lounge 7 08-01-10 11:33 PM
Urgent need to convert small snippet from perl to asp.net (asp) hejlsberg ASP.NET 3 04-21-06 07:56 AM
hi I need a little help in ASP code al22 ASP 0 10-05-04 06:19 PM
i need little help in ASP code al22 ASP.NET 0 10-05-04 06:17 PM
How to sale php code to customer without giving him code pradeep_soft PHP 4 03-12-04 01:10 PM


All times are GMT -5. The time now is 05:51 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.