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.
- Prepare
- Regex
- Introduction
- Matching Start & End
- Discussions
Matching Start & End
Matching Start & End
Sort by
recency
|
101 Discussions
|
Please Login in order to post a comment
Regex_Pattern = /^\d\w{4}.$/
Java 15
tester.checker("^\d\w{4}\.$");
java solution
python3 solution