Regular Expressions 101

Community Patterns

./configure parser

0

Regular Expression
PCRE (PHP <7.3)

/
# ./configure parser ^(?: (?:configuring[[:space:]]for[[:space:]](.+)) | (?: checking[[:space:]] (?: (?:build|host) [[:space:]]system[[:space:]]type | how[[:space:]]to[[:space:]](.+?) | for[[:space:]](.+?) | whether[[:space:]](?:to[[:space:]])?(.+?) )[\.]{3} ) (?: [[:space:]]+ (?: $ | (?: (yes) | (no) | (?<!^)(.*)(?=$|\n) ) ) )?.* )$ # ^(?:(?:configuring[[:space:]]for[[:space:]](.+))|(?:checking[[:space:]](?:(?:build|host)[[:space:]]system[[:space:]]type|how[[:space:]]to[[:space:]](.+?)|for[[:space:]](.+?)|whether[[:space:]](?:to[[:space:]])?(.+?))[\.]{3})(?:[[:space:]]+(?:$|(?:(yes)|(no)|(?<!^)(.*)(?=$|\n))))?.*)$
/
gmxXi

Description

output from zsh configure

Submitted by anonymous - 4 years ago