NET/MASTER Management Services (MS) System Management Guide

Regular Expression Syntax
Regular Expressions
115414 NonStop NET/MASTER MS System Management Guide E–7
eol-anchor
specifies an operator—the dollar sign ($)—that anchors the term that precedes
it at the end of a line. There is no match if a prompt from a utility has
characters that follow the dollar sign. For example:
Term Matches
\(\[Y\],N\) $ Matches ([Y],N) (followed by a space) at the end of a prompt. For
example, More text ([Y],N) and Purge ([Y],N) .
(TACL|[0-9]+)>$ Matches TACL> or any digits followed by > at the end of a prompt. For
example, TACL>, 1>, and 123>.