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

1

T-SQL find comments in script

Created·2024-04-04 08:50
Flavor·.NET 7.0 (C#)
Finds the comments in a t-sql (tsql) script
Submitted by Paw Jershauge
-2

Parsing result of SQL Server version (SELECT @@VERSION)

Created·2023-02-15 21:12
Flavor·.NET 7.0 (C#)
Parses MS SQL Server version returned from executing SELECT @@version
Submitted by M Rivas