\d+a Unicode decimal digit, repeated at least once
\s+a Unicode whitespace character, repeated at least once
Group Data(?<Data>[^\s]*) Negated Character Class[^\s]* *matches any number of characters outside the set below:
\sa Unicode whitespace character
\sa Unicode whitespace character
.*any Unicode character (except for line terminators), repeated any number of times