Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Latest Python recipes tagged "regex"
Tags:
regex
x
12
k
views
1
score
Recursive find replace in files using regex
Python
/
files
,
regex
,
replace
,
search
/
by
ccpizza
(7 years ago, revision 5)
5
k
views
1
score
Recapitalize word in the beginning of every sentence
Python
/
regex
/
by
sky kok
(10 years ago, revision 2)
5
k
views
1
score
slurp.py (Regex based simple parsing engine)
Python
/
parser
,
regex
,
text_processing
/
by
Mike 'Fuzzy' Partin
(10 years ago)
6
k
views
1
score
Minimalistic Word Wrap using Regex
Python
/
minimalistic
,
python
,
regex
,
word
,
wrap
/
by
Alfe
(11 years ago)
5
k
views
1
score
Cheap-date trick; a different way to parse
Python
/
cheap
,
date
,
format
,
grep
,
parse
,
regex
,
sharp
/
by
Scott S-Allen
(12 years ago)
4
k
views
1
score
Python Easily Packetize / Slice / Chunk Text
Python
/
chunk
,
packetize
,
regex
,
split
,
udp
/
by
__nero
(12 years ago)
7
k
views
0
score
url_spider
Python
/
database
,
regex
,
web
/
by
amir naghavi
(13 years ago, revision 3)
13
k
views
1
score
Simple Regular Expression Tester
Python
/
command
,
debugging
,
line
,
python
,
quick
,
re
,
regex
,
testing
/
by
Sunjay Varma
(13 years ago, revision 2)
5
k
views
0
score
tryout regex
Python
/
regex
/
by
Lost Protocol
(13 years ago, revision 2)
55
k
views
1
score
lreplace() and rreplace(): Replace the beginning and ends of a strings
Python
/
regex
,
replace
,
string
/
by
Dan McDougall
(13 years ago)
4
k
views
2
score
Clean a .py file full of constant chr(x) calls
Python
/
chr
,
cleaner
,
cleaning
,
regex
/
by
Marcelo Fernández
(14 years ago)
5
k
views
2
score
Automagically dispatch commands using regex token classes
Python
/
command_dispatch_pattern
,
re
,
regex
/
by
Mick Krippendorf
(14 years ago, revision 2)
7
k
views
1
score
Dict-like string formatting from an object by named atttributes
Python
/
regex
,
text
/
by
Jacob Oscarson
(14 years ago)
35
k
views
2
score
Python code minifier
Python
/
bz2
,
bzip2
,
comments
,
compression
,
docstring
,
embedded
,
gzip
,
minify
,
pack
,
regex
,
zlib
/
by
Dan McDougall
(9 years ago, revision 16)
5
k
views
1
score
extract table into 2-vector from html page
Python
/
html
,
parse
,
regex
/
by
devdoer
(15 years ago)
6
k
views
0
score
transform a text to another by regex
Python
/
parse
,
regex
/
by
devdoer
(15 years ago)
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the latest Python recipes tagged "regex"
Top-rated recipes
Clean a .py file full of constant …
(Python)
Automagically dispatch commands us…
(Python)
Python code minifier
(Python)
Recursive find replace in files us…
(Python)
Recapitalize word in the beginning…
(Python)
slurp.py (Regex based simple parsi…
(Python)
Minimalistic Word Wrap using Regex
(Python)
Cheap-date trick; a different way …
(Python)
Python Easily Packetize / Slice / …
(Python)
Simple Regular Expression Tester
(Python)
Related tags
+
−
parse
(3)
+
−
python
(2)
+
−
re
(2)
+
−
replace
(2)
+
−
bz2
+
−
bzip2
+
−
cheap
+
−
chr
+
−
chunk
+
−
cleaner
+
−
cleaning
+
−
command
+
−
command_dispatch_pattern
+
−
comments
+
−
compression
+
−
database
+
−
date
+
−
debugging
+
−
docstring
+
−
embedded
x
Undo