$38 GRAYBYTE WORDPRESS FILE MANAGER $69

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/pcre802/usr/share/doc/alt-pcre802-devel/html/

HOME
Current File : /opt/alt/pcre802/usr/share/doc/alt-pcre802-devel/html//pcresample.html
<html>
<head>
<title>pcresample specification</title>
</head>
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
<h1>pcresample man page</h1>
<p>
Return to the <a href="index.html">PCRE index page</a>.
</p>
<p>
This page is part of the PCRE HTML documentation. It was generated automatically
from the original man page. If there is any nonsense in it, please consult the
man page, in case the conversion went wrong.
<br>
<br><b>
PCRE SAMPLE PROGRAM
</b><br>
<P>
A simple, complete demonstration program, to get you started with using PCRE,
is supplied in the file <i>pcredemo.c</i> in the PCRE distribution. A listing of
this program is given in the
<a href="pcredemo.html"><b>pcredemo</b></a>
documentation. If you do not have a copy of the PCRE distribution, you can save
this listing to re-create <i>pcredemo.c</i>.
</P>
<P>
The program compiles the regular expression that is its first argument, and
matches it against the subject string in its second argument. No PCRE options
are set, and default character tables are used. If matching succeeds, the
program outputs the 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
check for further matches of the same regular expression in the same subject
string. The logic is a little bit tricky because of the possibility of matching
an empty string. Comments in the code explain what is going on.
</P>
<P>
If PCRE is installed in the standard include and library directories for your
operating system, you should be able to compile the demonstration program using
this command:
<pre>
  gcc -o pcredemo pcredemo.c -lpcre
</pre>
If PCRE is installed elsewhere, you may need to add additional options to the
command line. For example, on a Unix-like system that has PCRE installed in
<i>/usr/local</i>, you can compile the demonstration program using a command
like this:
<pre>
  gcc -o pcredemo -I/usr/local/include pcredemo.c -L/usr/local/lib -lpcre
</pre>
Once you have compiled the demonstration program, you can run simple tests like
this:
<pre>
  ./pcredemo 'cat|dog' 'the cat sat on the mat'
  ./pcredemo -g 'cat|dog' 'the dog sat on the cat'
</pre>
Note that there is a much more comprehensive test program, called
<a href="pcretest.html"><b>pcretest</b>,</a>
which supports many more facilities for testing regular expressions and the
PCRE library. The
<a href="pcredemo.html"><b>pcredemo</b></a>
program is provided as a simple coding example.
</P>
<P>
When you try to run
<a href="pcredemo.html"><b>pcredemo</b></a>
when PCRE is not installed in the standard library directory, you may get an
error like this on some operating systems (e.g. Solaris):
<pre>
  ld.so.1: a.out: fatal: libpcre.so.0: open failed: No such file or directory
</pre>
This is caused by the way shared library support works on those systems. You
need to add
<pre>
  -R/usr/local/lib
</pre>
(for example) to the compile command to get round this problem.
</P>
<br><b>
AUTHOR
</b><br>
<P>
Philip Hazel
<br>
University Computing Service
<br>
Cambridge CB2 3QH, England.
<br>
</P>
<br><b>
REVISION
</b><br>
<P>
Last updated: 30 September 2009
<br>
Copyright &copy; 1997-2009 University of Cambridge.
<br>
<p>
Return to the <a href="index.html">PCRE index page</a>.
</p>


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 8.39 PM
root / root
0755
index.html
5.539 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre-config.html
2.767 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre.html
13.589 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_compile.html
3.447 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_compile2.html
3.54 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_config.html
2.51 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_copy_named_substring.html
1.75 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_copy_substring.html
1.616 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_dfa_exec.html
4.445 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_exec.html
3.769 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_free_substring.html
1.095 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_free_substring_list.html
1.096 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_fullinfo.html
2.729 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_get_named_substring.html
1.878 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_get_stringnumber.html
1.498 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_get_stringtable_entries.html
1.662 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_get_substring.html
1.771 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_get_substring_list.html
1.796 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_info.html
0.997 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_maketables.html
1.229 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_refcount.html
1.258 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_study.html
1.644 KB
19 Mar 2010 10.23 AM
root / root
0644
pcre_version.html
0.978 KB
19 Mar 2010 10.23 AM
root / root
0644
pcreapi.html
92.556 KB
19 Mar 2010 10.23 AM
root / root
0644
pcrebuild.html
14.951 KB
19 Mar 2010 10.23 AM
root / root
0644
pcrecallout.html
8.629 KB
19 Mar 2010 10.23 AM
root / root
0644
pcrecompat.html
7.372 KB
19 Mar 2010 10.23 AM
root / root
0644
pcrecpp.html
13.957 KB
19 Mar 2010 10.23 AM
root / root
0644
pcredemo.html
12.956 KB
19 Mar 2010 10.23 AM
root / root
0644
pcregrep.html
25.851 KB
19 Mar 2010 10.23 AM
root / root
0644
pcrematching.html
9.548 KB
19 Mar 2010 10.23 AM
root / root
0644
pcrepartial.html
17.704 KB
19 Mar 2010 10.23 AM
root / root
0644
pcrepattern.html
101.272 KB
19 Mar 2010 10.23 AM
root / root
0644
pcreperform.html
7.106 KB
19 Mar 2010 10.23 AM
root / root
0644
pcreposix.html
11.515 KB
19 Mar 2010 10.23 AM
root / root
0644
pcreprecompile.html
6.435 KB
19 Mar 2010 10.23 AM
root / root
0644
pcresample.html
3.28 KB
19 Mar 2010 10.23 AM
root / root
0644
pcrestack.html
7.532 KB
19 Mar 2010 10.23 AM
root / root
0644
pcresyntax.html
13.653 KB
19 Mar 2010 10.23 AM
root / root
0644
pcretest.html
30.309 KB
19 Mar 2010 10.23 AM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF