Regular Expressions is a powerful way to find and replace text when the text you want to find may just need to fit some constraints instead of being exact. For example, if the schedule appended the level to every task (i.e. "-L6", "-L7", etc.), you could use Regular Expressions to remove that extra text from all the activities that follow that some structure.