Skip to content

Special characters aren't removed #25

@ankitbaphna

Description

@ankitbaphna

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions