**Matrix Version:5.3.4.0
Is there any way to validate a metadata value is integer? I tried the following but it always give me zero:
%asset_metadata_height^preg_match:/^\d+$/%
%asset_metadata_height^preg_match:/^\[0-9]+$/%
I read in the manual that preg_match:<regex>
is used in conjuction with the Regular Expression asset. I am not sure how the two connects.
Cheers,