For example I have the files with the following names:
Apple (Fruit).txt
Palm (Tree).txt
How can I transform their names to
Apple (fruit).txt
Palm (tree).txt
with RegExp using Bulk Rename Utility?
Or without RegExp in case it is not needed to achieve my goal.