Home › Forums › General XMetaL Discussion › Adding Additional functionality into Xmetal Validator/F9 › Reply To: Adding Additional functionality into Xmetal Validator/F9
Reply to: Adding Additional functionality into Xmetal Validator/F9
February 19, 2013 at 5:50 amThank you for your reply
I would like to know what regular expression pattern should I use to allow patern like this I need to validate the value in the attribute for a specific node.
these are some valid pattern, null is not allowed
125345 890750
124576 780645 365890
789958 976454 655588 694379
invalid patterns are
678956 786
678 569765 67
i.e 1st set of 6 decimal is mandatory and another 0 to any no. of set of decimal no separated by sapce
if the more than 0 sets are present then they should be separated by a space and each set have only 6 digits
dddddd[sdddddd]*
please reply
Regards