TwitterText
public class TwitterText
Undocumented
-
Undocumented
Declaration
Swift
public static func entities(in text: String) -> [Entity] -
Undocumented
Declaration
Swift
public static func urls(in text: String) -> [Entity] -
Undocumented
Declaration
Swift
public static func hashtags(in text: String, checkingURLOverlap: Bool) -> [Entity] -
Undocumented
Declaration
Swift
public static func symbols(in text: String, checkingURLOverlap: Bool) -> [Entity] -
Undocumented
Declaration
Swift
public static func mentionedScreenNames(in text: String) -> [Entity] -
Undocumented
Declaration
Swift
public static func mentionsOrLists(in text: String) -> [Entity] -
Undocumented
Declaration
Swift
public static func repliedScreenName(in text: String) -> Entity? -
Undocumented
Declaration
Swift
public static func validHashtagBoundaryCharacterSet() -> CharacterSet -
Undocumented
Declaration
Swift
public static func tweetLength(text: String) -> Int -
Undocumented
Declaration
Swift
public static func tweetLength(text: String, transformedURLLength: Int) -> Int -
Undocumented
Declaration
Swift
public static func remainingCharacterCount(text: String) -> Int -
Undocumented
Declaration
Swift
public static func remainingCharacterCount(text: String, transformedURLLength: Int) -> Int
View on GitHub
Install in Dash
TwitterText Class Reference