[Solved] Regular Expression match term within ul class


Have managed to work on a solution that suits my needs:

.*item-list[\s\S]*?<\/ul>

This grabs everything between item-list and the </ul>. May of use to something

solved Regular Expression match term within ul class