romaonthego / REFormattedNumberField

UITextField subclass that allows numeric input in a predefined format.
MIT License
201 stars 37 forks source link

Accessor for unformatted string #2

Closed KieranLafferty closed 11 years ago

KieranLafferty commented 11 years ago

This is a request to add a readonly property that will allow for the following behaviour:

Given format : "XX/XXdXX" would allow to retrieve "XXXXXX" (i.e. the values for X only)

Another Example "12/32d43" would return "123243" using the above formatting