Help writing regex code | XM Community
Skip to main content

Hi. Can someone tell me where I can learn to write custom code or just help me write this code? I need a match regex validation code so that they have to enter 3 letters followed by 4 numbers. For example: SMI0405

^\\D{3}\\d{4}$


That worked. Thank you so much!


Leave a Reply