I *THINK* what is meant by the "non-numeric" is anything that matches
#"[a-zA-z]"
Hi,
On Nov 17, 8:12 pm, John Harrop <jharrop...@gmail.com> wrote:
> On Tue, Nov 17, 2009 at 1:46 PM, Sean Devlin <francoisdev...@gmail.com>wrote:
>Does that mean, the % as the first char should not be allowed, whereas
> > I *THINK* what is meant by the "non-numeric" is anything that matches
>
> > #"[a-zA-z]"
>
> Nah, it'll be anything that's allowed elsewhere AND is not a digit.
at it is in the Version I use (did that change in branch new, BTW?).
And, wouldn't it be nice to get a clearer error-message? :-)
Am 17.11.2009 um 19:46 schrieb Sean Devlin:
> I *THINK* what is meant by the "non-numeric" is anything that matches
>
> #"[a-zA-z]"
Along with !,+,*,.,?,...
Sincerely
Meikel