Day 2 - Q. Clean the following text and find the most frequent word (hint, use replace and regular expressions). #878
Unanswered
kattasahan
asked this question in
Q&A
Replies: 1 comment
-
We can replace the string with regular expression just as the hint mentioned. Here is my solution:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For above question i used so many functions and regular expressions to solve it, but as question is in Day-2, i think those are not ideal methods to solve
My Solution :
If anybody having a short and sweet solutions, Please share here...
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions