JavaScript_Array_String_Methods_2025
JavaScript_Array_String_Methods_2025
## Transforming
- **toUpperCase()**: Converts to uppercase.
- **toLowerCase()**: Converts to lowercase.
- **trim()**: Removes whitespace.
- **replace()**: Replaces a substring.
- **replaceAll()**: Replaces all matches.