# File /home/ser/Work/rexml/rexml/functions.rb, line 108
  def Functions::substring_after( string, test )
			string[ string.index(test)+1..-1 ]
		end