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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

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}

About

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

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors