How should I parse the following String
using Java to extract the file path?
?
stands for any number of random charaters
_
stands for any number of white spaces (no new line)
?[LoadFile]_file_=_"foo/bar/baz.xml"?
Example:
10:52:21.212 [LoadFile] file = "foo/bar/baz.xml"
should extract foo/bar/baz.xml