79333060

Date: 2025-01-06 12:44:22
Score: 0.5
Natty:
Report link

You can try pattern validation using reactive forms for eg:- export const MNC = '^([0-9][0-9][0-9]|[0-9][0-9])$'; export const MCC = /^(001|999|[2-7][0-9]{2})$/; You can use above to match for these validations.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shivang Ghosh