09-03-2014, 06:04 PM
Hi,
Another question about this, what if the length is variable and i have the variable calculated in 'x' can i use this to set the maximum length?
so like in the regex :
if(!findrx(value "(?s).{1,150}\b" 0 4 a)) end "failed"
where the 150 stands now, a variable ? Is this possible?
Many thanks in advance!
Another question about this, what if the length is variable and i have the variable calculated in 'x' can i use this to set the maximum length?
so like in the regex :
if(!findrx(value "(?s).{1,150}\b" 0 4 a)) end "failed"
where the 150 stands now, a variable ? Is this possible?
Many thanks in advance!
