GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTTP::WebTest::Plugin::TextMatchTest(3) User Contributed Perl Documentation HTTP::WebTest::Plugin::TextMatchTest(3)

HTTP::WebTest::Plugin::TextMatchTest - Test the content of the HTTP response.

Not Applicable

This plugin supports test on the content of the HTTP response. You can test for the existence or non-existence of a literal string or a regular expression.

Option to do case-insensitive string matching for "text_forbid", "text_require", "regex_forbid" and "regex_require" test parameters.

Allowed values

"yes", "no"

Default value

"no"

List of text strings that are forbidden to exist in the returned page.

See also the "regex_forbid" and "ignore_case" parameters.

List of text strings that are required to exist in the returned page.

See also the "regex_require" and "ignore_case" parameters.

List of regular expressions that are forbidden to exist in the returned page.

For more information, see perldoc perlre or see Programming Perl, 3rd edition, Chapter 5.

See also the "text_forbid" and "ignore_case" parameters.

List of regular expressions that are required to exist in the returned page.

For more information, see perldoc perlre or see Programming Perl, 3rd edition, Chapter 5.

See also the "text_require" and "ignore_case" parameters.

Copyright (c) 2000-2001 Richard Anderson. All rights reserved.

Copyright (c) 2001-2003 Ilya Martynov. All rights reserved.

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

HTTP::WebTest

HTTP::WebTest::API

HTTP::WebTest::Plugin

HTTP::WebTest::Plugins

2003-03-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.