in reply to Re: a regex pattern how to understand
in thread a regex pattern how to understand

the space before 'Age' is already consumed by the previous construct, and so it is here not available anymore.

Sorry, but that's just plain incorrect. The code provided by the OP works just fine.

  • Comment on Re^2: a regex pattern how to understand