Forum Discussion
amardeep2021
5 years agoNew Contributor III
You mean to say, I need to check for $age == null? As this field getting number in string and for some it’s special character(no specific pattern). I just need to filter records which don’t carry number as strin in that case. Any suggestions?
- bojanvelevski5 years agoValued Contributor
In that case, as I already said in my previous replies, use the typeof operator:
typeof $a == 'number'