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

pub fn is_XID_continue(c: char) -> bool

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

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