Guest User

Untitled

a guest
Jan 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. AND(ISCHANGED(Status__c),OR(
  2. NOT( REGEX( State_Country__c
  3. , "[a-zA-Z0-9-_]*")),
  4.  
  5. CONTAINS(LEFT( State_Country__c , 1), "_"),
  6.  
  7. CONTAINS(LEFT(State_Country__c , 1), ".")
  8.  
  9.  
  10. )
  11. )
Add Comment
Please, Sign In to add comment