Sha256: 3790a4356e30b3e5528950d8725c48856aa1e47a6e916b537f8ab8c41c94709b
Contents?: true
Size: 267 Bytes
Versions: 101
Compression:
Stored size: 267 Bytes
Contents
(** Extract the digits from a valid phone number. *) val number : string -> string option (** Extract the area code from a valid phone number. *) val area_code : string -> string option (** Pretty print a valid phone number. *) val pretty : string -> string option
Version data entries
101 entries across 101 versions & 1 rubygems