Guitar seeks to add common string manipulation functions, including common regular expression capabilities, that are needed in both mobile and server-side development, but are missing in Swift’s Standard Library.

Features:

  •  Boolean Functions (isAlpha, isNumeric, isUppercase, etc.)
  •  Case Functions (camelCased, pascalCased, kebabCased, etc.)
  •  Latinization Functions (.latinized(), .withoutAccents())
  •  Padding Functions (padLeft, padRight, pad)
  •  Regular Expressions (with Common Patterns Built-in)

Leave a Reply