Sorry, I'm a noob. I can't seem to create the correct action that will allow me to replace "and" or "And" for the ampersand sign "&". I can get it to work fine within a string, but I can't get the replacement to ignore words at the start of a title as in "And I Love Her". This comes out as "& I love Her". Please help. Thanks.
Have you tried replacing (space)and(space) with (space)&(space) ?
@Jimmy_Neutron, for the start of the string action, I've tried a separate action steps with these variations:
- \s+ and (?=\s)
- \s and (?=\s)
- \s and
- ^\s and
- ^\s+ and
- and (?=\s)
The other action for within the string works fine using a find/replace "and" for "&", matching whole words only. As you can see, I'm stumbling in the dark with the start of the string requirement. Turbo