Regular Expressions 101

Sponsors

Library entries

0
javascript

check the URL

Submitted by anonymous - 5 years ago
0
javascript

RegExp Mail

Mail address control with RegExp
Submitted by Ahbap Aldırmaz - 5 years ago
0
javascript

Extract domain from URLs

no description available
Submitted by anonymous - 5 years ago
0
javascript

Email validate (JS)

no description available
Submitted by anonymous - 5 years ago
0
javascript

match-any-email

no description available
Submitted by anonymous - 5 years ago
0
javascript

DOM Element Values from Path

no description available
Submitted by anonymous - 5 years ago
0
javascript

katakana

no description available
Submitted by anonymous - 5 years ago
0
javascript

time

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

Meetup Event URL

Allowed URL patterns for Meetup.com events
Submitted by anonymous - 5 years ago
0
javascript

Validate format data (mm/dd)

no description available
Submitted by Gamilo - 5 years ago
0
javascript

Validate UrlParams

no description available
Submitted by anonymous - 5 years ago

Match all js/jsx/ts/tsx files except TS definition files

Vote

0

Regular Expression
javascript

/
^(?!.*\.d\.tsx?$).*\.[tj]sx?$
/
g

Description

Loading markdown...
Submitted by gabro - 6 years ago