Regular Expressions 101

Library entries

0
pcre

Example 1.1: Pet Name

Example used in slide 39
Submitted by anonymous - a month ago
0
python

auto-gpt command google

auto-gpt command google returned
Submitted by anonymous - a month ago
0
javascript

Unicode Email Validation

Unicode Email Validation
Submitted by anonymous - a month ago
0
java

test everything

hello
Submitted by anonymous - a month ago
0
pcre

i++ in bash

asdf
Submitted by anonymous - a month ago
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 - 2 months ago
0
python

auto-gpt-parse next-action

auto-gpt-parse next-action
Submitted by anonymous - 2 months ago
0
python

auto-gpt-THOUGHTS block

auto-gpt-THOUGHTS block
Submitted by anonymous - 2 months ago
0
python

autogpt-system-command-parse

autogpt-system-command-parse
Submitted by anonymous - 2 months ago
0
python

Extract structure from dates

1-12 / 2022
Submitted by anonymous - 2 months ago
0
python

auto-gpt capture command

auto-gpt capture command
Submitted by anonymous - 2 months ago
0
java

Pick uuidValue from jSON payload

.
Submitted by jeevan - 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