Sponsored
Use these hints if you're stuck. Try solving on your own first.
Iterate over each string in the given array using a loop and perform string splitting based on the provided separator character.
Be sure not to return empty strings.
Solve with full IDE support and test cases