codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/YWfiM5hY
[
raw code
|
output
|
fork
]
Perl
,
pasted on Oct 17:
1
2
3
4
use
utf8
;
$str
=
'ÜBERMÄßig'
;
print
(
$str
=~
/übermäßig/i
);
Output:
1
1
Create a new paste based on this one
Comments: