![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^7: replace &by sandy1028 (Sexton) |
on Jun 04, 2009 at 08:14 UTC ( #768340=note: print w/replies, xml ) | Need Help?? |
For example :
If the string contain $a= &foo foo
When I encode it using the function
encode_entities($a);
The should not be encoded.
So the final output after encoding should be
&foo foo
Now the output is
&foo foo.
So I wanted to check it the string is HTML entity?
In Section
Seekers of Perl Wisdom
|
|