Hi I'm trying to split the format of the date YYYY-MM-DD to seperate variables in yahoo pipes.
I can get the regex working for the year but I'm struggling with getting the month and day.
My regex for year:
(?<=\d{4}).*
Yahoo pipes uses the replace regex I think, so I would need to select the year-(skip)-day to get the month. Any help would be appreciated.