I need to extract data after the following words in a sentence from a document.
“Human Resources account 12/02/22 $1345.16 6/12/22”
Since I find words “Human Resources account” else where in the same document, I am trying to use a caret along with look behind.
(?<=^Human Resources account\s*).*
The above is not fetching me anything. Can you help? Thanks a lot,
Sample Organization Human Resources Account 1234 5678
Capital Parkway Capitol Hills DC
Human Resources Account 123999821 01/15/22 03/23/20 $182.96
When in emergency weather please check the web site.
**There are multiple amounts and dates through the document.