Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 13th, 2015
153
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.35 KB
| None
|
0
0
raw
download
clone
embed
print
report
string
foo
=
"Hello!"
;
foreach
(
char
c
in
foo
)
{
if
(
Regex
.
IsMatch
(
foo,
@"^[a-zA-z0-9\.\-]*$"
)
)
{
Console
.
WriteLine
(
"match"
)
;
}
else
{
Console
.
WriteLine
(
"no match"
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐Crypto Exchange Profit Method⭐
JavaScript | 4 sec ago | 0.32 KB
⭐⭐⭐if you really want more bring up the fire⭐...
Java | 8 sec ago | 0.09 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 9 sec ago | 0.32 KB
Profit Method
JavaScript | 15 sec ago | 0.32 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 15 sec ago | 0.06 KB
⭐⭐⭐Profit Method⭐⭐⭐
Java | 16 sec ago | 0.09 KB
ChangeNOW Exploit
JavaScript | 20 sec ago | 0.32 KB
⭐ Free ETH Method ⭐
JavaScript | 25 sec ago | 0.32 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!