Hi Nethaji,
Please find the below rule for fraction. (Below rule is for single digit fraction numbers)
Begin
if(match_regex($parameter,'[0-9]/[0-9]',null)
return true;
else return false;
end
Thanks
Krishna Mohan
Hi Nethaji,
Please find the below rule for fraction. (Below rule is for single digit fraction numbers)
Begin
if(match_regex($parameter,'[0-9]/[0-9]',null)
return true;
else return false;
end
Thanks
Krishna Mohan