Posts

Showing posts with the label split function

Salesforce Fact #689 | split() function with dot operator

Image
While using split() function, the dot operator needs to be escaped. Because split() uses regex expression. Reference:  https://developer.salesforce.com/forums/?id=906F00000008yn4IAA Attached is the screenshot.