class EL_STRING_8_CONSTANTS

(source code)

Client examples: CLASS_DESCENDANTS_APPCONDITION_ECF_LINEDATA_DIGESTS_TEST_SETDJ_EVENTS_HTML_INDEXECF_CONSTANTSECF_INFOGITHUB_MANAGER_SHELL_COMMANDHASH_TABLE_TEST_SETHTML_TEXT_ELEMENT_LISTID3_CODE_CLASSID3_TAG_INFO_TEST_SETJSON_PARSING_TEST_SETPATTERN_MATCH_TEST_SETREPOSITORY_SOURCE_LINK_EXPANDER_APPSPLIT_STRING_TEST_SETSTRING_BENCHMARK_COMPARISONTHUNDERBIRD_EQA_TEST_SETUPDATE_COMMENTS_WITH_ALBUM_ARTISTS_TASK

description

Constants related to class STRING_8

note
	description: "Constants related to class ${STRING_8}"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2024-08-20 13:01:41 GMT (Tuesday 20th August 2024)"
	revision: "24"

deferred class
	EL_STRING_8_CONSTANTS

inherit
	EL_ANY_SHARED

feature {NONE} -- Constants

	Comma_space: STRING = ", "

	EL_string_8: EL_STRING_8
		-- provides access to unexported attributes and constants
		once
			create Result.make_empty
		end

	Empty_string_8: STRING = ""

	String_8_searcher: STRING_8_SEARCHER
		once
			Result := EL_string_8.String_searcher
		end

invariant
	string_8_always_empty: Empty_string_8.is_empty
end