Hi Krishna, Since there is no delimiter in the EC Expression, therefore regular expression is failing to calculate the property correctly. I am assuming that device type code in your case will be one character and the NUMBER will be of 4 digits and based on that I have created below expression.Please try it and let me know the result: ^(? [?\w]{1})(? [?\d]{4}) Regards, Harpreet
↧