Literals This is a helper library for dealing with Strings I'm a big fan of [ "Hello", "World!" ].Join(' ') over doing string.Join(' ', [ "Hello", "World!" ]) Includes other fun helper methods including for dealing with string Casing