Hi I need hypen to be added:but the below code doent accept the hypen-.Not working.NOT( REGEX( SLASerialNumber__c , "[0-9,;/-]*") )
try thisNOT( REGEX(InfallibleTech__Area__c , "[0-9,;,/,-]*") )Cheers!
Hi I need hypen to be added:but the below code doent accept the hypen-.Not working.
ReplyDeleteNOT(
REGEX( SLASerialNumber__c , "[0-9,;/-]*")
)
try this
DeleteNOT(
REGEX(InfallibleTech__Area__c , "[0-9,;,/,-]*")
)
Cheers!