Hello!
Sometimes the name of the game in some source (e. g. Steam) and on HLTB completely coincides, not counting the case, but the similarity is very low. For example, game RED HOT VENGEANCE has only 0.3 similarity.
It would be great if you can add case insensitive search capability.
It might look something like this:
HowLongToBeat(0.9).search("game_name", case_sensitive = False)
Hello! Sometimes the name of the game in some source (e. g. Steam) and on HLTB completely coincides, not counting the case, but the similarity is very low. For example, game RED HOT VENGEANCE has only 0.3 similarity.
It would be great if you can add case insensitive search capability. It might look something like this:
HowLongToBeat(0.9).search("game_name", case_sensitive = False)
Thank you!