What is the easiest way to remove the first character from a string?

Example:

[12,23,987,43

What is the fastest, most efficient way to remove the “[“,
using maybe a chop() but for the first character?

15 Answers
15

Leave a Comment