• 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
Shiii Avatar
Name:Shikhnazar
Clan:Unknown
Member Since:Mar 2022
Last Seen:Jan 2025
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies (8)
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • sumanaFafana
      • commented on "Regex validate PIN code" javascript solution
      • 2 years ago

      That because the pattern is strongly checking for only digit (0 - 9) nothing else

    • Custom User Avatar
      • Viktor.startsWith_Z
      • commented on "Categorize New Member" javascript solution
      • 2 years ago

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

    • Custom User Avatar
      • ScorpIan555
      • commented on "Money, Money, Money" javascript solution
      • 2 years ago

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

    • Custom User Avatar
      • bhamscott
      • commented on "Find the unique number" kata
      • 2 years ago

      Same. This is by no means a 6kyu skill level challenge. The base solution here is a core fundamental javascript concept.

    • Custom User Avatar
      • mfahriferdiansyah
      • commented on "Odd or Even?" javascript solution
      • 2 years ago

      Happened to me in another kata, but I remember to add 'initialvalue' since then. Haha!

    • Custom User Avatar
      • Lego_My_Eggo
      • commented on "Regex Password Validation" javascript solution
      • 2 years ago

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

    • Custom User Avatar
      • AlexOreL
      • commented on "Regex Password Validation" javascript solution
      • 2 years ago

      The first three parentheses are lookaheads to determine whether the given string contains a lowercase letter, an uppercase one and a digit. Then the "main" part goes, which target is to match only strings of size 6 or more containing only appropriate symbols.

      P.S. The first three parentheses are not enough to solve the task, since the string aA1# can match, which is obviously is not needed.

    • Custom User Avatar
      • animatedgif
      • commented on "Regex validate PIN code" javascript solution
      • 2 years ago

      if you want to know what a regex pattern is doing, check out regexper.com

    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...