M_match(3fp) - [M_MATCH] Basic Regular Expressions (LICENSE:PD)
Synopsis
Description
Examples
Author
Reference
License
Usage:
use M_match, only: match, amatch, getpat, makpat use M_match, only: YES, MAXPAT, MAXARG, MAXLINE, EOS, NEWLINE, ERR
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 charactersEscape characters:
\\n newline \\r carriage return \\t tab \\b backspace
John S. Urban
"Software Tools" by Kernighan and Plauger , 1976
Public Domain
Nemo Release 3.1 | M_match (3) | February 23, 2025 |