Doing some cleaning in my lyrics i hit a problem.
=FixSpacing(RemoveCharacters(Replace(Replace(Replace(Replace(Replace(Replace(Replace(Replace(Replace([lyrics], [Refrain], *), [Outro], *), [Chorus], *), [Bridge], *), [Verse 1], *), [Verse 2], *), [Verse 3], *), [Pre-Chorus], *), [Post-Chorus], *), *), 4)
When using this type of expression, everything is clear on the lyrics but it adds additional empty line instead. Can we have something similar like notepad++ has with duplicate lines, where it just remove/add them.
RemoveLines(), wheres default remove lines is 0, 1 removes consecutive lines, 2 adds lines above or below, etc..