Skip to content

dagurval/HTML-Strip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML::Strip

Strip HTML markup from text.

    use HTML::Strip;
    my $html = q{<body>my <a href="http://">perl module</a></body>};
    my $clean = strip_html($html);
    # $clean: my perl module 

HTML::Strip removes HTML tags and comments from given text.

See embedded POD documentation for more information.

About

Perl6 module for stripping HTML tags from text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%