[UP]


Manual Reference Pages  - M_bre (3)

NAME

M_bre(3fp) - [M_BRE] Basic Regular Expressions (LICENSE:PD)

CONTENTS

Synopsis
Description
Example
Author
Reference
License

SYNOPSIS

use M_bre, only: match, amatch, getpat, makpat use M_bre, only: YES, MAXPAT, MAXARG, MAXLINE, EOS, NEWLINE, ERR

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.
           -  if not the first or last character in
              the class, denotes a range of characters
Escape characters:
\\n newline
\\r carriage return
\\t tab
\\b backspace

EXAMPLE

AUTHOR

John S. Urban

REFERENCE

"Software Tools" by Kernighan and Plauger , 1976

LICENSE

Public Domain


M_bre (3) March 11, 2021
Generated by manServer 1.08 from d7cadd8e-4869-4707-930f-be4bb886bfb2 using man macros.