Closed matictrebusak closed 6 months ago
but doesn't match name-like tags.
I had a case: <name xmlns:widget="http://www.w3.org/ns/widgets">Application name</name> that current regex for getting project name didn't match. I got error 'project' not found. I extended current regex and added some safety checks as well.
<name xmlns:widget="http://www.w3.org/ns/widgets">Application name</name>
published!
Great thx!
but doesn't match name-like tags.
I had a case:
<name xmlns:widget="http://www.w3.org/ns/widgets">Application name</name>
that current regex for getting project name didn't match. I got error 'project' not found. I extended current regex and added some safety checks as well.