string_to_symbol


string_to_symbol(s)
      

Return a symbol whose name is the string s.

Examples:


is_eq('hello, string_to_symbol("hello"))
// true
      

Also see:

symbol_to_string
gensym


Core Module Index | Contents