strings_at


strings_at(ss, n)
      

Return the nth characters from all the strings in the list ss.

Examples:


strings_at(["hello", "world"], 1)
// [\e, \o]
      

Also see:

string_at
strings_join


Core Module Index | Contents