class EL_ZSTRING_CONSTANTS
Client examples: CLASS_FEATURE ; CLASS_LINK ; CLASS_LINK_LIST ; CLASS_NOTE_EDITOR ; COMMAND_ARGUMENTS_TEST_SET ; CROSS_PLATFORM_EIFFEL_CONFIGURATION_FILE ; CSV_STATE_PARSER ; DATA_DIGESTS_TEST_SET ; DUPLICITY_CONFIG ; EIFFEL_CLASS_SERIALIZEABLE ; EIFFEL_LIBRARY_CONFIGURATION_FILE ; EIFFEL_TEST_SET ; EL_ROUTINE_LOCALE_STRING_PARSER ; FILE_MANIFEST_APP ; FILE_MANIFEST_TEST_SET ; FIND_AND_REPLACE_APP ; FIND_CODE_PATTERN_SHELL ; HASH_TABLE_TEST_SET ; HTML_TEXT_ELEMENT_LIST ; MARKDOWN_RENDERER
Constants for class EL_ZSTRING (AKA ZSTRING)
note
description: "Constants for class ${EL_ZSTRING} (AKA `ZSTRING')"
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-27 7:59:33 GMT (Tuesday 27th August 2024)"
revision: "22"
deferred class
EL_ZSTRING_CONSTANTS
inherit
EL_ANY_SHARED
feature {NONE} -- Constants
Empty_string: ZSTRING
once
create Result.make_empty
end
String_searcher: EL_ZSTRING_SEARCHER
once
create Result.make
end
invariant
string_always_empty: Empty_string.is_empty
end