function to tell if a string could be an identifier

Steven Schveighoffer schveiguy at gmail.com
Mon Sep 21 18:01:39 UTC 2020


Excepting keywords (though it's OK if that's checked also), is there a 
function in Phobos or druntime to tell me if a string could be a valid 
identifier?

I can write my own, but I was hoping this was already done.

-Steve


More information about the Digitalmars-d-learn mailing list