Validation rule for Numbers and Special Characters in Salesforce November 2, 2012June 9, 2022InfallibleTechie Admin If your field Should contain number and (‘,’,’;’, and ‘/’) special characters alone, use the below validation rule Validation Rule: NOT( REGEX( SLASerialNumber__c , “[0-9,;/]*”) ) Cheers!!!