Beasts Posted October 1, 2010 Share Posted October 1, 2010 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" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.