Need Python regex for all characters between double quotes after 'returned' -


i have error message response...

<httperror 404 when requesting https://www.googleapis.com/bigquery/v2/projects/di-dtbqquery-us-poc-1/queries?alt=json returned "not found: table di-dtbqquery-us-poc-1:lab_auxiliary.antoniotes">` 

i need text between double quotes: "not found: table ry-us-poc-1:lab_aiary.antes"

what correct regex characters between double quotes after returned bit in error message? have scoured stack overflow trying find specific regex , haven't had luck. can please give me hand?

try this:

.*returned "(?p<error_message>.*)" 

Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

javascript - Rivets.js rv-show not working with rv-each -