Diff for /embedaddon/pcre/doc/pcresample.3 between versions 1.1 and 1.1.1.3

version 1.1, 2012/02/21 23:05:52 version 1.1.1.3, 2013/07/22 08:25:56
Line 1 Line 1
.TH PCRESAMPLE 3.TH PCRESAMPLE 3 "10 January 2012" "PCRE 8.30"
 .SH NAME  .SH NAME
 PCRE - Perl-compatible regular expressions  PCRE - Perl-compatible regular expressions
 .SH "PCRE SAMPLE PROGRAM"  .SH "PCRE SAMPLE PROGRAM"
Line 13  this program is given in the Line 13  this program is given in the
 documentation. If you do not have a copy of the PCRE distribution, you can save  documentation. If you do not have a copy of the PCRE distribution, you can save
 this listing to re-create \fIpcredemo.c\fP.  this listing to re-create \fIpcredemo.c\fP.
 .P  .P
The program compiles the regular expression that is its first argument, andThe demonstration program, which uses the original PCRE 8-bit library, compiles
matches it against the subject string in its second argument. No PCRE optionsthe regular expression that is its first argument, and matches it against the
are set, and default character tables are used. If matching succeeds, thesubject string in its second argument. No PCRE options are set, and default
program outputs the portion of the subject that matched, together with thecharacter tables are used. If matching succeeds, the program outputs the
contents of any captured substrings.portion of the subject that matched, together with the contents of any captured
 substrings.
 .P  .P
 If the -g option is given on the command line, the program then goes on to  If the -g option is given on the command line, the program then goes on to
 check for further matches of the same regular expression in the same subject  check for further matches of the same regular expression in the same subject
Line 55  Note that there is a much more comprehensive test prog Line 56  Note that there is a much more comprehensive test prog
 .\" HREF  .\" HREF
 \fBpcretest\fP,  \fBpcretest\fP,
 .\"  .\"
which supports many more facilities for testing regular expressions and thewhich supports many more facilities for testing regular expressions and both
PCRE library. ThePCRE libraries. The
 .\" HREF  .\" HREF
 \fBpcredemo\fP  \fBpcredemo\fP
 .\"  .\"
Line 93  Cambridge CB2 3QH, England. Line 94  Cambridge CB2 3QH, England.
 .rs  .rs
 .sp  .sp
 .nf  .nf
Last updated: 17 November 2010Last updated: 10 January 2012
Copyright (c) 1997-2010 University of Cambridge.Copyright (c) 1997-2012 University of Cambridge.
 .fi  .fi

Removed from v.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>