From the context, "string bashing" doesn't really matter. This is not an echoing word for any good or bad behavior. This would simply mean "bashing strings", as with string operations.
Good or bad depends on what you do, and the role of the lines will not really matter. There are good and bad ways to process any data.
Sometimes โline breaking" is actually the best solution. For example, consider that you want to highlight the first three characters of a string. You can create a regex that isolates characters, but that would certainly be redundant as there is a simple string operation that can do the same thing, which is much faster and easier to maintain.
Guffa source share