custom character in a string

Instead of making three comands

lcd.print ("My friends I am ");

lcd.write (byte(1));
lcd.print (" today.");


I was planing to create a string With all three parts ...
lcd.print ("My friends I am \x01 today.");