If I need a string to match this pattern: "word1, word2, word3", how would I check the string to make sure it matches this, in PHP?
I want to make sure that the string matches any of these patterns:
word word1,word2 word1,word2,word3, word1,word2,word3,word4,etc.
string php design-patterns
Andrew
source share