Why won't the following:
{([\w]+)}
Match
<input type="text" name="stel" id="stel" class="inputtext"
maxlength="15" value="{Telephone}" />
I'm trying to use a templating type mechanism and then replacing them
with database field data.
It seems to match everything but HAVE tried \{([\w]+)\} and it doesn't
work.
Not sure what I'm doing wrong.
Thanks
A
Fixed it - I was missing a starting/end denoter