Click here to Skip to main content
15,905,144 members

Comments by Cristian Marinescu 2022 (Top 3 by date)

Cristian Marinescu 2022 11-May-22 4:48am View    
I need to ignore in my code both "thanks", that's why I have 7. I must use a regex, but a more efficient one because I'm exercising on a platform and I receive a wrong answer on the last test when I'm submitting my solution. They ask only to change the regex.
Cristian Marinescu 2022 11-May-22 4:34am View    
My regular expression is not enough efficient on the platform where I'm practising. They ask me for a better solution.
Cristian Marinescu 2022 11-May-22 4:32am View    
I must ignore the words that are repeated. I need to use like this cause I'm practising on a platform and they ask me only to use a more efficient method than split