Search found 2 matches

by Chathu94
Thu Dec 29, 2011 1:26 am
Forum: PHP
Topic: BB code
Replies: 6
Views: 902

Re: BB code

For any url :
[syntax=php]
$str = "your url here";

$str = preg_replace("\[[uU][rR][lL]\](.*?)\[/[uU][rR][lL]\]", "<a Href='$1'>$1</a>" ,$str);[/syntax]
by Chathu94
Thu Dec 29, 2011 1:17 am
Forum: PHP
Topic: Need regex codes for all programming languages..
Replies: 1
Views: 334

Need regex codes for all programming languages..

Look guys i'm looking for php based regex codes for all programming languages.
like
  • HTML
  • PHP
  • Java
  • VB
  • C#
  • CSS
If anyone got please share me. :D