codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/N0AK1PHk
[
raw code
|
output
|
fork
]
nepta
-
Lua
,
pasted on Nov 5:
1
2
3
4
s1
=
"
be concise, be useful"
w
=
"
be"
s2
=
s1
:
gsub
(
w
,
"
"
)
print
(
s2
)
Output:
1
concise, useful
Create a new paste based on this one
Comments: