Regular Expressions 101

Regex EditorCommunity PatternsAccountRegex QuizSettings

Order By

  • Most Recent
  • Most upvotes
  • Most downvotes
  • Highest Score
  • Lowest Score
  • Relevance

Filter by Flavor

  • PCRE2 (PHP)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java
  • .NET 7.0 (C#)
  • Rust
  • PCRE (Legacy)
Sponsors
There are currently no sponsors. Become a sponsor today!

Community Patterns

0

Datetime regex

Created·2017-12-20 17:57
Flavor·Python
Matches dates in the following format: %Y/%m/%dT%H:%M:%S This is 24h format (00-23h) and no leap seconds.
Submitted by anonymous
0

Datetime regex

Created·2017-12-20 17:40
Flavor·Python
Matches dates in the following format: %Y/%m/%dT%H:%M:%S This is 24h format (00-23h) and no leap seconds.
Submitted by anonymous
1

DD/MM/YYYY Date with leap years

Created·2024-03-27 19:21
Flavor·Python
1000-9999 years '-', ' ', ':', '.', or '/' may be user as divider
Submitted by furren