Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 218 Bytes

greg_match.sh.md

File metadata and controls

10 lines (8 loc) · 218 Bytes

greg_match

greg_match -- Checks if a string matches a GREG pattern.

greg_match checks if a string matches a GREG pattern.

Usage

// 1. Command form.
bool sub::greg_match(string pattern, string subject)