Skip to main content
Hi everyone i have a custum email field, that email should end with "@apple-manager.in"....how do write validation rule for this ...?
3 Antworten
  1. 25. Apr. 2023, 06:47

    Hi Nagaraj,

    You can try the below expression for validation rule:-

    NOT(REGEX (FieldName ,"[a-z0-9_-]+@apple-manager.in

    "))

    Please mark it as best answer if this helps.
0/9000