afv-library/prompts/getting-started/reusable-apex-string-utility-class.md
2025-11-20 12:58:20 -05:00

528 B

name description tags
StringUtils Utility Scaffold Create a foundational StringUtils Apex helper with core string methods and unit tests. apex, utility, testing

Create an StringUtils Apex utility class with common string helpers such as isBlank, trimToNull, and safe string-to-integer conversion. Include a focused test class that covers each helper method with both typical inputs. Do not test for edge casees at this time.

Deploy the classes to my org and run the unit tests, using the Salesforce DX MCP Server.