How to Count list of dates

UiPath Experts,
I have a string value as follows:


Now, i want to count how many dates are available in this string value.

Could you please some one help me on this. Thanks in advance.

Hello @rkelchuri,

Try to use Split String Activity:

Regards,
Susana

3 Likes

Excellent… Thank you… i also end up using the same split function… Kudos!

I think Regex Matches should also work in this case if you have any clauses.