Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
busqueda-reemplazo-sin-capitalizacion.py
Fhernd
Apr 13th, 2018
2,199
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
import
re
python
=
"PYTHON, python, Python"
print
(
re
.
findall
(
'python'
,
python
,
flags
=
re
.
IGNORECASE
)
)
print
(
re
.
sub
(
'python'
,
'pitón'
,
python
,
flags
=
re
.
IGNORECASE
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Post request
HTML | 1 min ago | 56.54 KB
Hadez Method Leaked???? TC
Java | 2 min ago | 0.04 KB
Make 3500$ in 1 day [Method]???? XH
Java | 4 min ago | 0.04 KB
Swapzone Glitch (Working)E R
JavaScript | 5 min ago | 0.28 KB
200 INSTANTLY [Works Worldwide]? SD
Java | 5 min ago | 0.04 KB
ChangeNOW Bug (Get more on BTC swaps x) 4
JavaScript | 5 min ago | 0.28 KB
ChangeNOW Bug (Get more on BTC swaps x) S
JavaScript | 5 min ago | 0.28 KB
Exchange Exploit T B
JavaScript | 5 min ago | 0.28 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!