We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
  • HackerRank Home

    HackerRank

  • |
  • Prepare
  • Certify
  • Compete
  • Apply
  • Hiring developers?
  1. Prepare
  2. Regex
  3. Introduction
  4. Matching Digits & Non-Digit Characters
  5. Discussions

Matching Digits & Non-Digit Characters

Problem
Submissions
Leaderboard
Discussions
Editorial

Sort 145 Discussions, By:

recency

Please Login in order to post a comment

  • didu_k
    1 day ago+ 0 comments

    Regex_Pattern = r"((\d){2}\D){2}\d{4}"

    0|
    Permalink
  • anchals1509
    2 weeks ago+ 0 comments

    tester.checker( "\d{2}\D\d{2}\D\d{4}" ) ;

    0|
    Permalink
  • Bavly_Zaher
    2 months ago+ 0 comments
    \d{2}\D\d{2}\D\d{4}
    
    0|
    Permalink
  • kumarabhinav_er
    3 months ago+ 0 comments
    Regex_Pattern = r"\d{2}\D\d{2}\D\d{4}"
    
    0|
    Permalink
  • akvalley
    3 months ago+ 0 comments

    r"\d{2}\D\d{2}\D\d{4}"

    0|
    Permalink
Load more conversations

Need Help?


View editorial
View top submissions
  • Blog
  • Scoring
  • Environment
  • FAQ
  • About Us
  • Support
  • Careers
  • Terms Of Service
  • Privacy Policy