Newer
Older
UbixOS / contrib / netbsd-tests / lib / libc / regex / data / startend.in
@Charlie Root Charlie Root on 31 Dec 2017 170 bytes More Cleanup
# check out the STARTEND option
[abc]		&#	a(b)c	b
[abc]		&#	a(d)c
[abc]		&#	a(bc)d	b
[abc]		&#	a(dc)d	c
.		&#	a()c
b.*c		&#	b(bc)c	bc
b.*		&#	b(bc)c	bc
.*c		&#	b(bc)c	bc