7 ms·
If I understand correctly the following ttre expression does what you're asking for: ":'(':(\\')|[^"'])*":'
by johnnymellor 2y ago
If I understand correctly the following ttre expression does what you're asking for:
":'(':(\\')|[^"'])*":'
- layer8 2y agoGood point, I didn't think of that solution.
- tomashubelbauer 2y agoSo this is how it feels to read a regex when you don't know how to regex.
- c0nstantine 2y agoThank you for doing my work! :)