A macro I'm writing needs a function to check whether a string is a legal 
variable name:

islegalvariablename("a_b1")  => true

islegalvariablename("1gh") => false

I suppose this functionality must already be available somewhere?

Thanks,
Steve Vavasis


Reply via email to