class TP_ZSTRING_NUMERIC_CHAR
Match numeric character optimized for ZSTRING text
note
description: "Match numeric character optimized for ${ZSTRING} text"
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-01-20 19:18:26 GMT (Saturday 20th January 2024)"
revision: "4"
class
TP_ZSTRING_NUMERIC_CHAR
inherit
TP_NUMERIC_CHAR
undefine
i_th_matches
end
TP_OPTIMIZED_FOR_ZSTRING
rename
i_th_is_numeric as i_th_matches
end
end