DEV Community

Regular Expressions

A regular expression (shortened as regex or regexp also referred to as regular expression) is a sequence of characters that specifies a search pattern.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
js / ts - expressão regular

js / ts - expressão regular

Comments
1 min read
A Guide to Splitting Strings in JavaScript by Regex

A Guide to Splitting Strings in JavaScript by Regex

1
Comments
3 min read
Taming the Regex Beast: A Beginner's Guide to Regular Expressions

Taming the Regex Beast: A Beginner's Guide to Regular Expressions

5
Comments
3 min read
The JS string replace() method

The JS string replace() method

Comments
4 min read
Learn Enough Regex Without Losing Your Mind

Learn Enough Regex Without Losing Your Mind

Comments
5 min read
Python RegEx Cheat Sheet

Python RegEx Cheat Sheet

5
Comments
1 min read
Converting snake_case to camelCase with vscode

Converting snake_case to camelCase with vscode

4
Comments 1
1 min read
Improve Your Python Regex Performance Using Rust

Improve Your Python Regex Performance Using Rust

1
Comments 2
1 min read
Regex, the good bits.

Regex, the good bits.

67
Comments 9
8 min read
The interesting regex for Identifying Prime Numbers

The interesting regex for Identifying Prime Numbers

Comments
1 min read
Capturing named regex groups with JavaScript

Capturing named regex groups with JavaScript

Comments 2
2 min read
ChatGPT - Prompts to Create Regular Expression

ChatGPT - Prompts to Create Regular Expression

12
Comments 2
3 min read
Sorcerer’s Code: Spellbinding Regex match in Power Automate’s C# Plugin

Sorcerer’s Code: Spellbinding Regex match in Power Automate’s C# Plugin

11
Comments
3 min read
Learning Rust: Recursive Descent Parser

Learning Rust: Recursive Descent Parser

4
Comments
6 min read
Automatically Test Your Regex Without Writing a Single C# Line of Code

Automatically Test Your Regex Without Writing a Single C# Line of Code

2
Comments
2 min read
Mastering Regex: From Beginner to Expert in Find and Replace

Mastering Regex: From Beginner to Expert in Find and Replace

Comments
2 min read
Introdução às Expressões Regulares (Regex)

Introdução às Expressões Regulares (Regex)

Comments
3 min read
Find What You Need: Pattern Matching in SQL

Find What You Need: Pattern Matching in SQL

Comments
4 min read
Demystifying Regex in Go

Demystifying Regex in Go

5
Comments 1
5 min read
Vamos falar de RegEx?

Vamos falar de RegEx?

Comments
10 min read
Vamos falar de RegEx?(Parte2) Colocando o DART/FLUTTER em prática

Vamos falar de RegEx?(Parte2) Colocando o DART/FLUTTER em prática

Comments
3 min read
C# Regex Performance: How To Squeeze Out Performance

C# Regex Performance: How To Squeeze Out Performance

Comments
7 min read
Finding all HTML tags in a project not being self-closed

Finding all HTML tags in a project not being self-closed

Comments
2 min read
Regular Expressions In C#: 3 Examples You Need To Know

Regular Expressions In C#: 3 Examples You Need To Know

Comments
6 min read
Regex Options In C#: A Beginner’s Guide To Powerful Pattern Matching

Regex Options In C#: A Beginner’s Guide To Powerful Pattern Matching

Comments
8 min read
loading...