I'd like some help for detecting the following expressions with RegEx
string "(x/x)" where x is any number from 0-999. string "x of x" where x is any number from 0-999.
Typically, the string is a marker for a set, i.e. 4 of 10 things, or (3/5) where the first number is the item and the second number is the total.
Thanks