Gast
#6389895
Hello, I have a string which a user should input into my program. And I wanna check if the string always has the correct format. What is the best way to check this Format in java ? [One digit 0-9];[Hex code like 0x21DE40AF];[Digit 0-99];[One Digit 0-9] Thanks