I am working on text recognition, and there is a paragraph like this:
I, Amy Jones of 10 Bourke Street in the State of Victoria, hereby revoke all former wills and testamentary dispositions made by me…
I would like to capture the name, address and state, other words are in the same format, and I am trying to use regex, any idea how to do that? I am trying to use regex101, but still cannot make it.