Regular Expressions 101

Library entries

1
javascript

Factorisation.

no description available
Submitted by anonymous - 2 years ago
1
javascript

xxx-xxx-xxxx

☎️
Submitted by codefinity - 2 years ago
1
javascript

Identify lines on an invoice

it identifies lines in an invoice
Submitted by Vladox - 2 years ago
1
javascript

value-attached text

value-attached text
Submitted by pyrochlore - 2 years ago
1
javascript

Basic Phone Number Matching

Basic Phone Number Matching
Submitted by Anthony Cooper - 2 years ago
1
javascript

Remove bold markdown

Remove bold pairs in markdown text
Submitted by anonymous - 2 years ago
1
python

Regex pattern for numeric values

Positive number !
Submitted by Cheikh Saab Bouh SOW - 2 years ago
1
python

MAC Address

Match mac address with :, -, ., or no dividers.
Submitted by Brandan Neises - 2 years ago
1
javascript

turkdevops

Türkiye Geliştirici Operasyonları
Submitted by anonymous - 2 years ago

Numbers only (including decimals) ( JS work fine)

Vote

1

Regular Expression
javascript

/
\b0|([^\d*\.?\d*])
/
g

Description

Loading markdown...
Submitted by Sofitt - a year ago