Forum Discussion
hooleylist
Jun 11, 2012Cirrostratus
Sorry, I was mistakenly thinking scan would fail to match at all if the full string wasn't matched. You can use string is digit for this:
% string is digit 100000000000
1
% string is digit 100000000000000000000000000000
1
% string is digit 100abc
0
Aaron