Dear devs,
I’ve previously written a converter for Photoshop ScriptingListenerJS.log files to python. I make use of regex patterns to isolate what i need. And I’m looking to improve the regex I currently have seen in the examples below on regex01.com.
Currently my regex doesn’t capture string entries that are multi-lined. This also happens when there xmpmeta tags involved. Any dev out there can help me improve the capture regex ?