I have this string date السبت 18 سبتمبر/أيلول 2021
how can I use regex to extract valid date without day and month after slash
dd-month-yyyy
example of data:
<p class="schedule__date sub-heading">الثلاثاء 21 سبتمبر/أيلول 2021</p>
<p class="schedule__date sub-heading">الأربعاء 22 سبتمبر/أيلول 2021</p>