“How to match against “1 Mar 21 for any month?

I want to match against patterns like
and then use the [Uppercase-letter][lowercase-letter][lowercase-letter] part in a Rename Filename action.
For example a content of
should match and extract the month "Mar" for the Rename action.
To make it even safer I would like to match aginst [newline]1[space][Uppercase-letter][lowercase-letter][lowercase-letter][space]21[newline] - is this possible, too?
I read through the help about "Using Match Patterns in Conditions" but couldn't work it out from there.
Thanks for pointers!
- Code: Select all
1[space][Uppercase-letter][lowercase-letter][lowercase-letter][space]21
and then use the [Uppercase-letter][lowercase-letter][lowercase-letter] part in a Rename Filename action.
For example a content of
- Code: Select all
...
1 Mar 21
...
should match and extract the month "Mar" for the Rename action.
To make it even safer I would like to match aginst [newline]1[space][Uppercase-letter][lowercase-letter][lowercase-letter][space]21[newline] - is this possible, too?
I read through the help about "Using Match Patterns in Conditions" but couldn't work it out from there.
Thanks for pointers!