Veil icon indicating copy to clipboard operation
Veil copied to clipboard

A flexible string masking and formatting library

Results 2 Veil issues
Sort by recently updated
recently updated
newest added

Hello 👋🏼 I tried to use Veil to format credit card numbers of 16 digits within a text field. I'm using the pattern of **"#### #### #### ####"**. ```swift func...

Is there a sample for SwiftUI? I write like this, but clearing characters requires clearing mask characters too ``` @Published var myText = "" { didSet { if myText !=...