I have asked this before but cant find a response/answer to the same.
I do have tags like this..
news,门户,æ–°é—»,portal,网易,163,china,门户ç
I need to extract only news,portal,163,china from above. how can I do it in php??
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.
Assuming you want to keep only ascii alpha-numeric parts of this string, the following code will work:
This one too:
Which both return
news,portal,163,china