Skip to content

Instantly share code, notes, and snippets.

View Xheki-RF's full-sized avatar
🏠
Studying Java :)

Pavel Xheki-RF

🏠
Studying Java :)
View GitHub Profile
@Xheki-RF
Xheki-RF / Learn-REGex-The-Easy-Way.md
Created February 22, 2026 19:05 — forked from rdnvndr/Learn-REGex-The-Easy-Way.md
Regular expression is a group of characters or symbols which is used to find a specific pattern from a text. And this is a kind of cheat sheet of learning regular expressions.

Learn Regex


What is Regular Expression?

Regular expression is a group of characters or symbols which is used to find a specific pattern from a text.

A regular expression is a pattern that is matched against a subject string from left to right. The word "Regular expression" is a