Given this pattern `^\d$` This should match: `0` And this should not: `߀`
Given this pattern
^\d$This should match:
0And this should not:
߀