Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 220 Bytes

ereg_match.sh.md

File metadata and controls

10 lines (8 loc) · 220 Bytes

ereg_match

ereg_match -- Checks if a string matches an EREG pattern.

ereg_match checks if a string matches an EREG pattern.

Usage

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