We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Source)
original_text = "Мне нравитÑÑ - #Mellomania Deluxe - â„–Pedro Del â„–Mar #ETN.fm Radio - The Best â„–Trance & #Progressive Dance Livesets &... http://ff.im/c1PPV"
match.match(original_text, ["The", "Best", "Trance", "&", "Progressive", "Dance", "Livesets"])
This uses _match_by_edit_distance() and returns:
_match_by_edit_distance()
[(81, 126, 'The Best â„–Trance & #Progressive Dance Lives')]
The text was updated successfully, but these errors were encountered:
dmnapolitano
No branches or pull requests
(Source)
This uses
_match_by_edit_distance()
and returns:The text was updated successfully, but these errors were encountered: