www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - function to tell if a string could be an identifier

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
Sep 21 2020