To get date in folder name by using regex in uipath

My folder name is " abggdv 5-24-19 ftydfty" or it may be " abggdv 5.24.19 ftydfty"

here i want to get only date in the folder name
please help me out to find solution

Hi friend,

try this Regex:

regex101: build, test, and debug regex

1 Like

Hi @brindhaS,
1.You can use the split function like
strName.split(" "c)(1)
2.Then you can get the date from folder name.
Cheers
Vashisht.

1 Like

thank you so much

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.