in reply to Re^2: Find Number in String then Ignore Characters proceeding
in thread Find Number in String then Ignore Characters proceeding

And how come \\w rather than \w works?

The double backslash is just because it's in a double-quoted string, so a literal \w remains in the runtime constructed regex pattern fragment.