Function std::char::is_XID_startDeprecated [-]  [+] [src]

pub fn is_XID_start(c: char) -> bool

Returns whether the specified char satisfies the 'XID_Start' Unicode property

'XID_Start' is a Unicode Derived Property specified in UAX #31, mostly similar to ID_Start but modified for closure under NFKx.