Jump to content

preg_replace() stopped working


doddsey_65

Recommended Posts

I have this code:

 

preg_replace('|\@([a-zA-Z0-9\_\-]+)|sie', 'preg_link_query("\\1")', $str)

which replaces anything with an "@" symbol infront of it with a link to the profile(using the preg_link_query).

 

The problem is that it no longer works.  An example of content on the current page is:

 

@doddsey_65 hello

 

Where @doddsey_65 would be replaced with the profile link.

 

I have added more code to this as it's part of a bbparser. Could it be to do with the fact that when the parser replaces smilies like :@ it breaks this code?

 

Just to clarify, nothing is replaced and a preg match reveals nothing.

 

Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/244904-preg_replace-stopped-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.