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.
Thanks! It's approved.
Thanks! First translation for me. All fixed ;)
Thanks for the translation, but I can't approve it in the current form:
encryptThis' or 'encrypt_this
.Regards, suic
Just see more xD
Fastest solution i've seen
If your boss pays you for code lines count than he must fire you.
You absolutly right!))
Good solution! You can optimize it a little. Compare $pos with $j right after you get $pos value. If $pos < $j then you can force set ')' symbol without check (stripos($word, $letter, $pos+1)).