Regular Expression replacement

Hello,

I need to parse 1000 files.

Is it possible to replace a string with a date to another date?

Also, can it be done in “console mode”?

Example:

“Validated by 20 aug. 2011”
“Validated by 4 may 2014”
“Validated by 30 june 2008”
to
“Validated ON 1 may 2014”

Thank you!
Sebastien

Hello.
Infix doesn’t support regular expressions and I think you’d need those in order to do the replacements you describe.
I don’t think it’s possible using just the ‘?’ and ‘*’ wildcards currently provided.

Thank you gbushnell!