String
extension String- 
                  
                  Removes characters which are not allowed for this package DeclarationSwift func removeOAIIllegalCharacters() -> StringReturn Valuecleaned String 
- 
                  
                  Removes brackets from the string and returns Array{String}DeclarationSwift var replaceBrackets: String { get }
- 
                  
                  Replaces reserved keywords DeclarationSwift var normalized: String { get }
- 
                  
                  returns string with the first letter uppercased DeclarationSwift func upperFirst() -> String
- 
                  
                  returns string with the first letter lowercased DeclarationSwift func lowerFirst() -> String
- 
                  
                  returns string with the first letter lowercased only used for $anyOf cases DeclarationSwift func caseLowerFirst() -> String
- 
                  
                  returns true if the type defined in this string matches the regex pattern of a primitive type in Swift DeclarationSwift var isPrimitiveType: Bool { get }
- 
                  
                  returns true if the type defined in this string matches the regex pattern of a primitive dictionary type in Swift DeclarationSwift var isPrimitiveDictionary: Bool { get }
- 
                  
                  returns true if the type defined in this string matches the regex pattern of a primitive array type in Swift DeclarationSwift var isPrimitiveArray: Bool { get }
- 
                  
                  returns true if the type defined in this string matches the regex pattern of an array type in Swift DeclarationSwift var isArray: Bool { get }
- 
                  
                  removes a leading _from the string if one existsDeclarationSwift var removePrefix: String { get }
 View on GitHub
            View on GitHub
           String Extension Reference
      String Extension Reference