Simple Regexp
Posted: Sun Mar 29, 2009 12:24 am
Can someone help me figure out the regex to use with preg_match_all to identify all the "words" shown below (i.e. hi, bye, friend).
Thanks
Code: Select all
Bla bla bla
{some:word=hi}
Bla bla bla
{some:word=bye}
Bla bla bla
{some:word=friend}
Bla bla bla