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

UltiPro/Regex-Templates

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published