Hi,
I tried to make a blood pressure mask but I could not. The pattern that I'm using is ^[0-9]{2,3}\/[0-9]{2,3}$. This pattern work fine but the mask does not allow me to place 2 or 3 numbers before or/and after of the "/".
Thanks in advance.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/44385224-custom-mask-for-blood-pressure?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github).
Hi, I tried to make a blood pressure mask but I could not. The pattern that I'm using is ^[0-9]{2,3}\/[0-9]{2,3}$. This pattern work fine but the mask does not allow me to place 2 or 3 numbers before or/and after of the "/". Thanks in advance.