Check if a given string contains a specific word. The search should be case-insensitive.
Examples:
Input: text = "Hello World", word = "world"
Output: true
Explanation: The string contains the word "world" (case-insensitive match).
Input: text = "Salesforce Lightning", word = "apex"
Output: false
Explanation: The string does not contain the word "apex".
Input: text = "Learning Apex Development", word = "Apex"
Output: true
Explanation: The string contains "Apex" with case-insensitive matching.
Apex Code Editor
Welcome to Lightning Challenge!
How It Works
- • Write your solution in the code editor
- • Connect your Salesforce org to test
- • Submit to check if your solution passes
- • Use hints if you get stuck
Contest Alert
🏆 #CodeEveryDay July 2026
Contest runs July 1 - 31. Complete challenges to climb the leaderboard!
Only the 31 daily challenges shown during this contest count toward points. Earlier dailies don't carry over.