str = string.gsub( "Mary had a X lamb.", "X", "little" ) print( str )