replaceallfast " FROM", " \nFROM", regular; replaceallfast " WHERE", " \nWHERE", regular; replaceallfast " AND", " \nAND", regular; replaceallfast " OR", " \nOR", regular; replaceallfast " ORDER BY", " \nORDER BY", regular; replaceallfast " GROUP BY", " \nGROUP BY", regular; replaceallfast ",", ",\n", regular;