i have a good question, i couldnt find any answers so far, so im asking here...
The problem is this, im using a regular expression to validate certain format in a string, this string will become in a rule for a game.
Example: "DX 3" is a rule, but "DX 14" could be a rule too... I know how to look at the string and find one or more "numbers" so... the problem is, that the regex can find 34 too, and this number is out of "range" for the rule...
I'm missing something about the regex to do this? Or is not possible at all?
Thanks a lot!