> SELECT regexp_count('Steven Jones and Stephen Smith are the best players', 'Ste(v|ph)en');
> SELECT regexp_count('Mary had a little lamb', 'Ste(v|ph)en');
> SELECT regexp_count(NULL, 'Ste(v|ph)en');
> SELECT regexp_instr('Mary had a little lamb', NULL);