• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
Redouane Avatar
Name:Redouane
Clan:ESI
Skills:ruby, lua, ocaml, javascript, html, css
Member Since:Dec 2015
Last Seen:May 2018
Profiles:
Following:39
Followers:39
Allies:39
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (19)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • ejini战神
    • resolved an issue on "Finding Remainder Without Using '%' Operator" kata
    • 2 years ago

    fixed some time ago

  • Custom User Avatar
    • pprunesquallor
    • commented on "Regexp Basics - is it a digit?" kata
    • 8 years ago

    EDIT: nevermind

  • Custom User Avatar
    • njohnson7
    • commented on "Alphabet war" ruby solution
    • 8 years ago

    thanks!

  • Custom User Avatar
    • Redouane
    • commented on "Alphabet war" ruby solution
    • 8 years ago

    Awesome!

  • Custom User Avatar
    • Redouane
    • commented on "Comma, comma and and" ruby solution
    • 8 years ago

    The method * of the Array class has two uses:

    When its argument is a string (s), its equivalent to self.join(s) (s will separate the values of self)

    When it's an integer (n), it returns the concatenation of the array self n times.

  • Custom User Avatar
    • maui3182
    • commented on "Comma, comma and and" ruby solution
    • 9 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • Tavio
    • resolved an issue on "Integer division" kata
    • 10 years ago

    Thanks for the feedback, I've fixed the issue.

  • Custom User Avatar
    • Redouane
    • created an issue for "Integer division" kata
    • 10 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • Redouane
    • commented on "Greatest common divisor" kata
    • 10 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • taw
    • resolved an issue on "Regexp Basics - is it a digit?" kata
    • 10 years ago

    Forgot to mark as solved :-)

  • Custom User Avatar
    • taw
    • resolved an issue on "Regexp Basics - is it a digit?" kata
    • 10 years ago

    Forgot to mark as solved :-)

  • Custom User Avatar
    • taw
    • commented on "Regexp Basics - is it a digit?" kata
    • 10 years ago

    Reversed now.

  • Custom User Avatar
    • taw
    • commented on "Regexp Basics - is it a digit?" kata
    • 10 years ago

    Obviously not, and test specifically tests that it isn't

    Test.assert_equals false, "1\n0".digit?
    

    because naive implementation might accidentally match that.

  • Custom User Avatar
    • NaMe613
    • created an issue for "Regexp Basics - is it a digit?" kata
    • 10 years ago

    Nice kata

    One problem though, the tests are backwards expected, actual instead of actual, expected making the error reports confusing.

  • Custom User Avatar
    • Redouane
    • created an issue for "Regexp Basics - is it a digit?" kata
    • 10 years ago

    "1\n0" is considered to be a digit?

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...