Hi Pasleim. Thank you for this tool.
In hewiki, the date of the birth looks like this:
and your tool giving the result "00/05/17" instead of "15/05/17". It identifies the month and year but not the day. Can you please fix that?
The regex is /\[\[\(d+) ב(.+)\]\] \[\[(\d+)\]\]/. $1 = day, $2 = month in hebrow and $3 = year.
Thanks, Or.