05-27-2014 01:03 PM
<constraint name="test:fractionConstrain" type="REGEX">
<parameter name="expression"><value>.*[^0-9].*</value></parameter>
<parameter name="requiresMatch"><value>false</value></parameter>
</constraint>
05-27-2014 03:14 PM
05-29-2014 06:15 AM
05-29-2014 11:42 AM
05-29-2014 11:56 AM
^(0|[1-9][0-9]*)$
05-30-2014 02:27 AM
06-02-2014 02:20 PM
06-03-2014 02:19 PM
<property name="my:regexTest">
<type>d:int</type>
<multiple>false</multiple>
<constraints>
<constraint name="my:regex1" type="REGEX">
<parameter name="expression">
<value>^[0-9]+$</value>
</parameter>
<parameter name="requiresMatch">
<value>true</value>
</parameter>
</constraint>
</constraints>
</property>
<property name="my:regexTest">
<type>d:int</type>
<multiple>false</multiple>
<constraints>
<constraint name="my:minMax1" type="MINMAX">
<parameter name="minValue">
<value>0</value>
</parameter>
</constraint>
</constraints>
</property>
06-02-2014 10:10 PM
^(0|[1-9][0-9]*)$
06-03-2014 01:56 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.