Recently in PERL Category

Regular Expressions

| | Comments (0) | TrackBacks (0)

Strip HTML tags from a string $string =~ s/<([^>]|\n)*>//g ;

Strip leading spaces from a string $string =~ s/^\s+// ;

Strip trailing spaces from a string $string =~ s/\s+$// ;

About this Archive

This page is a archive of recent entries in the PERL category.

Find recent content on the main index or look in the archives to find all content.

Categories

  • My Photo Album

    PERL: Monthly Archives

    Powered by Movable Type 4.01