Regular Expressions 101

Library entries

0
python

auto-gpt- parse system cmd

auto-gpt- parse system cmd
Submitted by anonymous - a month ago
0
python

autogpt-parse next-action

autogpt-parse next-action
Submitted by anonymous - a month ago
0
python

auto-gpt-parse next-action

auto-gpt-parse next-action
Submitted by anonymous - a month ago
0
python

auto-gpt-THOUGHTS block

auto-gpt-THOUGHTS block
Submitted by anonymous - a month ago
0
python

autogpt-system-command-parse

autogpt-system-command-parse
Submitted by anonymous - a month ago
0
python

Extract structure from dates

1-12 / 2022
Submitted by anonymous - a month ago
0
python

auto-gpt capture command

auto-gpt capture command
Submitted by anonymous - a month ago
0
python

IWANTOUT

IWANOUT
Submitted by anonymous - a month ago
0
python

URL

Regex de URL
Submitted by anonymous - a month ago
0
python

Email finder

Find emails in a string.
Submitted by anonymous - 2 months ago
0
python

Phone number finder

Finds a phone number.
Submitted by anonymous - 2 months ago

alluse

Vote

-1

Regular Expression
pcre

/
^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
/
gm

Description

Loading markdown...
Submitted by alluse - 3 months ago