fm.liveswitch.StringAssistantExtensions Class Reference

Static Public Member Functions

static boolean isHexString (String input)
 Determines whether the input string consists entirely of valid hexadecimal characters. More...
 

Member Function Documentation

◆ isHexString()

static boolean fm.liveswitch.StringAssistantExtensions.isHexString ( String  input)
static

Determines whether the input string consists entirely of valid hexadecimal characters.

Parameters
inputThe string to check for hexadecimal validity.
Returns
true if the input string contains only valid hexadecimal characters (0-9, a-f, A-F); otherwise, false.