Questions tagged [text-mask]

17 questions
0
votes
1 answer

Angular2 text mask add support for text

How do i add both text and number in my mask Currently am using [/\d/, /\d/, /\d/, '-', /\d/, /\d/, /\d/, /\d/] THe above only allows numbers.How do i add allow for text also?
Geoff
  • 6,277
  • 23
  • 87
  • 197
-1
votes
1 answer

Create a partially striped letter in CSS

Does anyone know how to achieve this effect in CSS? Is it even possible? I know CSS Grid to solve the positioning of letters, but I have no idea how I can achieve a partially striped letter. I have looked into text masking but other than using a…
bluebit
  • 83
  • 1
  • 8
1
2