Regular Expressions 101

Sponsors

Library entries

0
python

Find a word before any symbol

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

Find between two strings

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

Retorno de carro para pdf

\r?\n(?!\s) GM Primer ejemplo: ...
Submitted by anonymous - 5 years ago
0
python

random1

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

Debts (Hanzo)

Add debts to Hanzo
Submitted by anonymous - 5 years ago
0
python

before and after

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

match expression

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

Hugo Get Tables

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

Find nome estado between parenthesis

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

Currency number in BRL

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

Bloomberg

WIP
Submitted by anonymous - 5 years ago
0
python

US News

no description available
Submitted by Somnath Rakshit - 5 years ago
0
python

phoneNumRegex

Find phone numbers in a text string.
Submitted by anonymous - 5 years ago

Regex for C-style assignments

Vote

0

Regular Expression
golang

`
((((?P<Keys>dword|word|byte|int)[ \n\t]+)((?P<Names>[a-zA-Z0-9 _\-\$]+)))((\[(?P<Range>[a-zA-Z0-9 \t\n]+)\][ \t\n]+)|(?P<Pointer>[* \t\n]+)|)((=[ \n\t]+)([&*"a-zA-Z0-9]+))(;))|(((?P<Others>int|string|word)[ \t\n]+)([a-zA-Z0-9\n\t]+)(;))
`
g

Description

Loading markdown...
Submitted by cemares - 5 years ago