C Library Functions  - M_match (3)

NAME

M_match(3fp) - [M_MATCH] Basic Regular Expressions (LICENSE:PD)

CONTENTS

Synopsis
Description
Example
Author
Reference
License

SYNOPSIS

use M_match, only: match, amatch, getpat, makpat use M_match, 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


Nemo Release 3.1 M_match (3) July 22, 2023
Generated by manServer 1.08 from 024570a1-6ce5-4be7-baec-8ba39fb4f4d4 using man macros.