REGEXP_COUNT( <subject> , <pattern> [ , <position> , <parameters> ] ) Arguments Required: subject The string to search for matches. pattern Pattern to match. For guidelines on specifying patterns, see String functions (regular expressions). Optional: position Number of characters from the beg...