6 kyu

Building a mini search engine

Description
Loading description...
Regular Expressions
Strings
Fundamentals
  • Please sign in or sign up to leave a comment.
  • FArekkusu Avatar

    Test with underscores in word and newWord should be added.

  • Konstantin Modin Avatar

    In this example: searchEng('Today is my day.','day.', 2, 'birthday!'); // should return 'No valid input'

    how it could be invalid input? in 'Today is my day.' we have 'day.'

  • ZozoFouchtra Avatar

    This comment has been hidden.

    • marisid Avatar

      Thank you for your suggestion @ZozoFouchtra. By saying words in the description I was referring to both searchWord and newWord but it's better to clarify this, as you suggested. I just changed it:)

      Suggestion marked resolved by marisid 9 years ago