NSRegularExpression - p2p-org/solana-swift GitHub Wiki

Extensions on NSRegularExpression

Properties

publicKey

public static let publicKey = try! NSRegularExpression(pattern: #"^[1-9A-HJ-NP-Za-km-z]{32,44}$"#)

Methods

matches(_:)

public func matches(_ string: String) -> Bool