You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
In order to add fallbacks support we need to be able to match starting tags to ending tags in order to retrieve the content.
Example
First match
Content <div data-sd="property"> Content </div> <meta data-sd="property" content="Content" />Second match
Third match
The problem
The solutions
Is there any Joomla parser library to solve that problem?