-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtype: snippetSmall, reusable Kotlin functions or expressionsSmall, reusable Kotlin functions or expressionsup-for-grabs
Description
Task
Implement a function to find all occurrences of a word in a string and highlight them.
- Input: text
String, wordString - Output: new string with matches wrapped (e.g.,
**word**) - Use regex with word boundaries
- File:
strings/HighlightWord.kt
Update the strings/README.md with a short entry.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtype: snippetSmall, reusable Kotlin functions or expressionsSmall, reusable Kotlin functions or expressionsup-for-grabs