Regular Expressions 101

Library entries

1
pcre

renaming movies

no description available
Submitted by anonymous - 7 years ago
1
pcre

uk phone numbers

uk phone numbers
Submitted by p4lhip - 7 years ago
1
pcre

~ m|\:\/\/([^\/ ]+)|

no description available
Submitted by anonymous - 7 years ago
1
pcre

small version of path select

Selects: /foldera/folderb/
Submitted by RAussi - 7 years ago
1
pcre

phone

no description available
Submitted by anonymous - 7 years ago
1
pcre

checks for valid filename

filename.txt Not: .filename.txt
Submitted by RAussi - 7 years ago
1
pcre

date time stamps

no description available
Submitted by anonymous - 7 years ago
1
pcre

time stamp english

no description available
Submitted by anonymous - 7 years ago
1
pcre

Separate words in sentence

Separate words in sentence
Submitted by Elijah Mwangi - 7 years ago
1
pcre

Select Specific text (Boulevard)

no description available
Submitted by anonymous - 7 years ago
1
pcre

justtesting<script>

justtesting
Submitted by justtesting<script> - 7 years ago
1
pcre

Full mw php

no description available
Submitted by anonymous - 7 years ago
1
pcre

php-mw0

no description available
Submitted by anonymous - 7 years ago

ps-Aux Named Token capture

Vote

1

Regular Expression
pcre

/
((?<User>[a-zA-Z0-9-_+]+)\s+(?<PID>\d{1,10000}+)\s+(?<CPU>\d+\.\d+)\s+(?<Memory>\d+\.\d+)\s+(?<VSZ>\d{1,10000})\s+(?<RSS>\d{1,10000}+)\s+(?<TTY>[a-zA-Z0-9\/\?]+)\s+(?<Stat>[a-zA-Z0-9\+\-\<\>]+)\s+(?<START>(?<StartDate>(?<StartMonth>[a-zA-Z]+)(?<StartDay>\d+))|(?<StartTime>(?<StartHour>\d+)\:(?<StartMinute>\d+)))\s+(?<TIME>(?<Hours>\d+)\:(?<Minutes>\d+))\s+(?<Command>.*\R+))
/
g

Description

Loading markdown...
Submitted by anonymous - 7 years ago