RosettaCodeData/Task/Empty-string/Apex/empty-string.apex
2023-07-01 13:44:08 -04:00

2 lines
139 B
Text

String.isBlank(record.txt_Field__c);
--Returns true if the specified String is white space, empty (''), or null; otherwise, returns false.