Clevermind
.uk
Which of the following regular expressions matches hexadecimal numbers (base 16) that consist of one or more hexadecimal digits (0-9 or a-f)?
[a-f]{1,}
[0-9]{1,}
[0-9a-f]{1,}
a-f[0-9]{1,}
Theory of Computation Übungen werden geladen ...