In title tag I prefer 'And' to be 'and'. The exception is if 'and' is the first word of the title.
How can I capitalise 'and' but only if it is the first word of the title.
Cheers
In title tag I prefer 'And' to be 'and'. The exception is if 'and' is the first word of the title.
How can I capitalise 'and' but only if it is the first word of the title.
Cheers
Action type: Replace with regular expressions
Field: TITLE
Regular expression: "^and "
Replace matches with: "And "
OK, so that works - but you knew it would.
Thanks for such a swift reply.
Cheers