FunctionsIs and Has Functions
$isValidHex
checks if the given int or hex code or color name is valid ,returns true,false
Usage
$isValidHex[int or hexcode or color name]Example:
Member
9/5/2026
!!exec $isValidHex[#ffffff] , $isValidHex[test], $isValidHex[Red]
Custom Command
APP
9/5/2026
true , false, true
Function difficulty: Easy