RegEx Notepad++ Search and Extract

I am looking for the RegEx search string to extract a specific entry in a single row.

Example is {“version”:”264599-1-0″,”exportPath”:”Site Management/Site Set-up/Delegation of Authority/Delegation of Authority Log_Jordan, Fiona_12Oct2021_v1.0.pdf”,”exportTimestamp”

I am looking to find and export everything that is “exportPath”:”*” in Notepad++
The row is quite large and was an export from a database. The path after the “exportPath”:”varying lengths” are varying lengths. I’m just trying to find the correct RegEx string to find, and the proper string to replace, extracting it on it’s own line.
Thanks!

Read more here: Source link