[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/NetBSD/NetBSD-release-9/src/tests/lib/libc/regex/
 
Current bandwidth utilization 874.79 Mbit/s
Bandwidth utilization bar
Contents of README:
regular expression test set
Lines are at least three fields, separated by one or more tabs.  "" stands
for an empty field.  First field is an RE.  Second field is flags.  If
C flag given, regcomp() is expected to fail, and the third field is the
error name (minus the leading REG_).

Otherwise it is expected to succeed, and the third field is the string to
try matching it against.  If there is no fourth field, the match is
expected to fail.  If there is a fourth field, it is the substring that
the RE is expected to match.  If there is a fifth field, it is a comma-
separated list of what the subexpressions should match, with - indicating
no match for that one.  In both the fourth and fifth fields, a (sub)field
starting with @ indicates that the (sub)expression is expected to match
a null string followed by the stuff after the @; this provides a way to
test where null strings match.  The character `N' in REs and strings
is newline, `S' is space, `T' is tab, `Z' is NUL.

The full list of flags:
  -	placeholder, does nothing
  b	RE is a BRE, not an ERE
  &	try it as both an ERE and a BRE
  C	regcomp() error expected, third field is error name
  i	REG_ICASE
  m	("mundane") REG_NOSPEC
  s	REG_NOSUB (not really testable)
  n	REG_NEWLINE
  ^	REG_NOTBOL
  $	REG_NOTEOL
  #	REG_STARTEND (see below)
  p	REG_PEND

For REG_STARTEND, the start/end offsets are those of the substring
enclosed in ().

Icon  Name                                            Last modified      Size  
[DIR] Parent Directory - [DIR] CVS/ 15-May-2024 05:08 - [DIR] data/ 14-Feb-2024 19:51 - [   ] Makefile 26-Aug-2016 03:31 1.2K [TXT] README 08-Jan-2011 19:10 1.4K [TXT] debug.c 14-Jan-2017 01:50 6.3K [TXT] main.c 16-Sep-2011 18:13 12K [TXT] split.c 08-Jan-2011 19:10 8.1K [TXT] t_exhaust.c 09-Jul-2019 15:59 5.0K [   ] t_regex.sh 24-Aug-2012 22:24 2.8K [TXT] t_regex_att.c 14-Jan-2017 21:59 18K [TXT] test_regex.h 08-Jan-2011 19:10 1.9K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!