HTML::FormFu::Filter::Regex man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

HTML::FormFu::Filter::UserxContributed Perl DocuHTML::FormFu::Filter::Regex(3)

NAME
       HTML::FormFu::Filter::Regex - regexp-based match/replace filter

SYNOPSIS
       The following filter would turn "1234-5678" into "****-****".

	   type: Regex
	   match: \d
	   replace: *

DESCRIPTION
       Regular expression-based match / replace filter.

METHODS
   match
       A regex object or string to be used in the "left-hand side" of a
       "s///g" regular expression.

       Default Value: qr/./

   replace
       A string to be used in the "right-hand side" of a "s///g" regular
       expression. The string will replace every occurrence of "match".

       Default Value: ''

   eval
       Arguments: $bool

       If true, the regex modifier "/e" is used, so that the contents of the
       "replace" string are "eval"'d.

       This allows the use of variables such as $1 or any other perl
       expression.

AUTHOR
       Carl Franks, "cfranks@cpan.org"

LICENSE
       This library is free software, you can redistribute it and/or modify it
       under the same terms as Perl itself.

perl v5.14.2			  2012-01-23	HTML::FormFu::Filter::Regex(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net