Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 430 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 430 Bytes

Regex-Templates

Regex Templates created by Patryk 'UltiPro' Wójtowicz using Regex.

The repository contains regex templates in order to collect them in one place and demonstrate their use.

Usage

In each file, there is a regex and examples with descriptions. To use a regular expression for an entire single string, use at the beginning "^" and at the end "$". Example:

^[a-zA-Z]\w{2,15}$

Otherwise:

[a-zA-Z]\w{2,15}