Salesforce Fact #861 | Simplified null check in string contains function

Sometimes we may encounter NullPointerException while dealing with the contains() string function. The null check can be simplified using the new Null Coalescing operator.

Attached are the screenshots.



















Comments