[UP]


Manual Reference Pages  - getpat_ (3)

NAME

getpat_(3f) - [M_match] convert argument into pattern

CONTENTS

Synopsis
Description
Options
Returns
Example
Author
Reference
License

SYNOPSIS

DESCRIPTION

Find a string matching a regular expression.
o zero or more occurrences of the previous character
. any character
^ beginning of line
$ end of line
[] class of characters. Inside the braces
^ at the beginning of the class means to negate the class.
o if not the first or last character in the class, denotes a range of characters
\n newline
\t tab
\b backspace

OPTIONS

RETURNS

EXAMPLE

AUTHOR

John S. Urban

REFERENCE

"Software Tools" by Kernighan and Plauger , 1976

LICENSE

Public Domain


getpat_ (3) March 11, 2021
Generated by manServer 1.08 from 0d01aef1-9aa3-4808-9144-88d1dc9e277c using man macros.