" regexCheck" scripting details
Hi experts,
I have a developed FDM applciation and there is a function to check field details.
If Not (regexCheck(strField)) And Not Trim(strField) = 0
can you pelase explain me on this , i am aware about TRIM functionality. but how does the "regexCheck" works