Perl equivalent of htmlspecialchars()

Y

Yogi

Hi,

I am looking for perl equivalent of PHP functions htmlspecialchars()
and stripslashes() to parse a html page. Any pointers will be of
great help.

Regards,
-Yogesh
 
T

Tad J McClellan

Yogi said:
On May 20, 12:35 pm, (e-mail address removed) (Ben Bullock) wrote:


will use Regex for stripslashes. Thanks again.


Transliteration is more appropriate for operating on characters
(regexes are better for operating on patterns):


tr/\\//d;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top