\s*a Unicode whitespace character, repeated any number of times
Page the literal text Page (case sensitive) \d+a Unicode decimal digit, repeated at least once
of the literal text of (case sensitive) \d+a Unicode decimal digit, repeated at least once
\s*a Unicode whitespace character, repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first