Help with Regex expression

Hello all,

I’m really struggling with regex expressions sometimes so I need help right now :smile:
End: 29 sept. 2020 14h30
I need to extract only 29 sept. 2020 14h30

Thanks in advance! :pray:

@bp777
have a look here:
grafik
(?<=End: )\d+ [A-Z,a-z]+. \d+ \d+h\d+

1 Like

@ppr Thanks my friend!

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