Regular Expressions 101

Sponsors

Library entries

0
pcre2

Match CSS Gradients

Match CSS Gradients
Submitted by Sean Dellis - 6 months ago
0
pcre2

add _&_ between numbers

adds (space)&(space) between numbers
Submitted by _ - 6 months ago
0
pcre2

iCAL v3

iCAL
Submitted by Appenjel - 6 months ago
0
pcre2

GF API Scan

using gf I wan to scan apis better
Submitted by Chase Jensen - 6 months ago
0
pcre2

Syslog

Grouping for standard ubuntu server syslog messages.
Submitted by Jason King - 6 months ago
0
pcre2

CmdLineRaw

CmdLineRaw
Submitted by anonymous - 6 months ago
0
python

Nashvile chords

Nashvile chords
Submitted by Marcos - 6 months ago
0
python

Python Regex Tutorial

Python Regex Tutorial CS384
Submitted by Mayank Agarwal - 6 months ago
0
pcre2

Replace 2 or more whitespace

Replace 2 or more whitespace
Submitted by blacksmithop - 6 months ago
0
pcre2

fsda

asdfadfa
Submitted by anonymous - 6 months ago
0
python

File Parser

File parser
Submitted by anonymous - 5 months ago

Parse OFX date / date-time

Vote

0

Regular Expression
pcre2

/
^(?<year>\d{4})(?:(?<month>\d{2})(?:(?<day>\d{2})(?:(?<hour>\d{2})(?:(?<minute>\d{2})(?:(?<second>\d{2})(?:.(?<millis>\d{3})(?:\[(?:(?<offsetSign>[+-]?)(?<offsetHour>\d{1,2}))(?:.(?<offsetMin>\d{2}))?(?::(?<tz>.*)?)?\])?)?)?)?)?)?)?$
/
gm

Description

Loading markdown...
Submitted by Bryce Marshall - 10 months ago