# File /home/ser/Work/rexml/rexml/functions.rb, line 93
  def Functions::starts_with( string, test )
			string.index(test) == 0
		end