I want to replace a text like this:
With the standard HTML one:
How can I do that with str_replace and regex?
Please help...
| Code: |
| [url link="http://google.com" target="_blank"]Google[/url] |
With the standard HTML one:
| Code: |
| <a href="http://google.com" target="_blank">Google</a> |
How can I do that with str_replace and regex?
Please help...
