Saaa wrote:
> ...
>
> I know use this (in the ddata thread above):
>
> foreach(char c; identifier)
> {
> if( !inPattern( c, `_a-zA-Z0-9`) )
> {
> return false;
> }
> } That's not correct. http://digitalmars.com/d/1.0/lex.html#identifier
Saaa wrote:
> ...
>
> I know use this (in the ddata thread above):
>
> foreach(char c; identifier)
> {
> if( !inPattern( c, `_a-zA-Z0-9`) )
> {
> return false;
> }
> } That's not correct. http://digitalmars.com/d/1.0/lex.html#identifier