CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 17 Jul 2025 01:21:53 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100408104632
location: https://web.archive.org/web/20100408104632/https://answers.oreilly.com/rss/tags/PCRE/
server-timing: captures_list;dur=0.512583, exclusion.robots;dur=0.018677, exclusion.robots.policy;dur=0.008482, esindex;dur=0.010617, cdx.remote;dur=11.636965, LoadShardBlock;dur=319.770502, PetaboxLoader3.resolve;dur=210.682010, PetaboxLoader3.datanode;dur=81.632175
x-app-server: wwwb-app217
x-ts: 302
x-tr: 355
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 17 Jul 2025 01:21:54 GMT
content-type: text/xml; charset=UTF-8
content-length: 4055
x-archive-orig-date: Thu, 08 Apr 2010 10:46:31 GMT
x-archive-orig-server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.8
x-archive-orig-x-powered-by: PHP/5.2.8
x-archive-orig-set-cookie: answers_session_id=deleted; expires=Wed, 08-Apr-2009 10:46:30 GMT; path=/; domain=.oreilly.com; httponly
x-archive-orig-set-cookie: answers_session_id=deleted; expires=Wed, 08-Apr-2009 10:46:30 GMT; path=/; domain=.oreilly.com; httponly
x-archive-orig-expires: Thu 08 Apr 2010 10:46:33 AM GMT GMT
x-archive-orig-cache-control: must-revalidate, post-check=0, pre-check=0
x-archive-orig-pragma: public
x-archive-orig-content-length: 4055
x-archive-orig-connection: close
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 08 Apr 2010 10:46:32 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 08 Apr 2010 10:46:32 GMT", ; rel="memento"; datetime="Thu, 08 Apr 2010 10:46:32 GMT", ; rel="next memento"; datetime="Mon, 03 Jun 2013 07:14:36 GMT", ; rel="last memento"; datetime="Mon, 03 Jun 2013 07:14:36 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100408074856_crawl101-c/52_15_20100408104517_crawl100.arc.gz
server-timing: captures_list;dur=0.489768, exclusion.robots;dur=0.017809, exclusion.robots.policy;dur=0.008054, esindex;dur=0.009241, cdx.remote;dur=21.814447, LoadShardBlock;dur=167.628592, PetaboxLoader3.datanode;dur=72.622590, PetaboxLoader3.resolve;dur=449.423501, load_resource;dur=430.491047
x-app-server: wwwb-app217
x-ts: 200
x-tr: 653
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
accept-ranges: bytes
Tag RSS Feed: PCRE
https://answers.oreilly.com/tag/PCRE
Fri, 30 Oct 2009 16:35:03 +0000
60
-
How to remove duplicate lines with regular expressions
https://answers.oreilly.com/topic/503-how-to-remove-duplicate-lines-with-regular-expressions/
There is a variety of software (including the Unix command-line
utility uniq and Windows PowerShell
cmdlet Get-Unique) that can help you remove duplicate lines in a file or
...
Fri, 30 Oct 2009 16:35:03 +0000
https://answers.oreilly.com/topic/503-how-to-remove-duplicate-lines-with-regular-expressions/
-
How to validate traditional date formats with regular expressions
https://answers.oreilly.com/topic/226-how-to-validate-traditional-date-formats-with-regular-expressions/
If you want to validate dates in the traditional formats mm/dd/yy,
mm/dd/yyyy, dd/mm/yy, and
dd/mm/yyyy, using a simple regex that simply checks whether
the input looks ...
Fri, 18 Sep 2009 20:45:30 +0000
https://answers.oreilly.com/topic/226-how-to-validate-traditional-date-formats-with-regular-expressions/
-
How to match whole words with a regular expression
https://answers.oreilly.com/topic/217-how-to-match-whole-words-with-a-regular-expression/
Create a regex that matches cat in My cat is brown, but not in category or bobcat. Create another
regex that matches cat in staccato, but not in any of the three
previous subject str...
Wed, 16 Sep 2009 23:20:11 +0000
https://answers.oreilly.com/topic/217-how-to-match-whole-words-with-a-regular-expression/
-
How to match something at the Start and/or End of a line with a regular expression
https://answers.oreilly.com/topic/216-how-to-match-something-at-the-start-andor-end-of-a-line-with-a-regular-expression/
Wed, 16 Sep 2009 22:18:28 +0000
https://answers.oreilly.com/topic/216-how-to-match-something-at-the-start-andor-end-of-a-line-with-a-regular-expression/
-
How to use Unicode code points, properties, blocks, and scripts in regular expressions
https://answers.oreilly.com/topic/215-how-to-use-unicode-code-points-properties-blocks-and-scripts-in-regular-expressions/
The following are common uses for Unicode code points, properties, blocks and scripts:
Use a regular expression to find the trademark sign (™) by specifying its Unicode code point
...
Wed, 16 Sep 2009 21:05:03 +0000
https://answers.oreilly.com/topic/215-how-to-use-unicode-code-points-properties-blocks-and-scripts-in-regular-expressions/
-
How to match nonprintable characters with a regular expression
https://answers.oreilly.com/topic/214-how-to-match-nonprintable-characters-with-a-regular-expression/
Wed, 16 Sep 2009 19:57:34 +0000
https://answers.oreilly.com/topic/214-how-to-match-nonprintable-characters-with-a-regular-expression/