I'm trying to use the Regex - Parse tool to pull JAN-19 to FEB-19 from the following string:
Currency: USD Period: JAN-19 to FEB-19 Page: 1
I'm currently using this formula
Period:\s{2}(.+)\s{3,}which is yielding this:
JAN-19 to FEB-19 Page:
I'm getting tripped up on what to add to get rid of the spaces and "Page:" Any ideas?