Search results

  1. G

    How in PHP regex to remove a string between two strings?

    I am coding a PHP pm system. In it, when a user hits reply, the server adds a to each end of the message so when the user replies, the old message will show up as a quote... However, I only want there to be one trailing message. Therefore, is there a way in PHP Regex to remove everything...
Back
Top