Say I have
sometext-somemore–test—test2
how could I have it replace all instaces where there are more than 1 – and have it replace them with just 1 so it would look like this
sometext-somemore-test-test2
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use preg_replace.