Hello all
I want regular expression which parse the word containing the curly braces means
in string there is word like {TEXT} i want to serach this text within this string , So i
use
preg_match("/\b".$word."\b/i", $string)
it's working when i use
without curly braces but when i use curly braces it's doesn't working
So please help me
Thanks and regards,
---Amit Patel