Jump to content

Replacing Reversed Brackets


Beasts

Recommended Posts

due to my site being RTL, the brackets are reversed when i fetch them from the database. i've been using RegEx to get past the problem but i've discovered another problem. this is the pattern im using now:

 

 

$pattern = "/\)(.+)\(/i";

 

 

this works when there is only one set of inverted brackets within given string. but if the text is like ")a( something )b( another thing" it only corrects the first and last bracket only, leaving the text like "(a( something )b) another thing"

Link to comment
https://forums.phpfreaks.com/topic/214908-replacing-reversed-brackets/
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.