Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This doesn't handle null check . what is str is null ? your code throws NullPointerException
It's for case insensitive, so you don't need to declare the upper case or lower case on the pattern.
zeta zeta zeta
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I wrote 10 separate replace statements lmao
I always forget that you can do this in one return statement and end up creating a new string first. Bravo!
Titsnium, yeah, it's so easy but mind-blowing.
Jesus Christ, well ya learn something new everyday, I just learned you could do this.
Bruh I spent hours tryna use a flippen bubble sort -ish to go through every letter to check if its a vowel, and I could've just done this?? Thank you
This is sick, had no idea you could just replace like that :)
This comment is hidden because it contains spoiler information about the solution
dh! yr sltn n't p t th mrk, mn srsly, wtf s tht??
This comment is hidden because it contains spoiler information about the solution
Very nice... I was just forgetting the RE (plus a bit of stream know how)
This comment is hidden because it contains spoiler information about the solution
Loading more items...