codepath / codepath/interviewbit_solutions
Special characters aren't removed
Open
- Dominant language
- Java
- Stars
- 44
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/codepath/interviewbit_solutions/blob/master/week_1/challenge_4.java#L4
Regex on line 4 should be : ("[^a-zA-Z]", " ") instead of ("^[a-zA-Z]", " ")
Please run on the given example and it won't give the expected answer with the provided solution.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.