I haven\'t used regular expressions soo much, so I\'m having difficulty . I want regex that only validates that the field contains digits, but that does not care about how many.
It's OK. You can just use ^\d+$ for all it matters anyway.
^\d+$