한글 검사 / 파싱~~ 성공~~
펄을 거의 2달 동안 안했더니 디게 어렵네요 --;
use strict;
my $test1 = 'will 한글 테이킹 work?';
my $test2 = 'yo i am the best~~';
my $test3 = '순한글';
my $test4 = '!@#$%^&*()';
my $a1 = &iskorean ($test1);
my $a2 = &iskorean ($test2);
my $a3 = &iskorean ($test3);
my $a4 = &iskorean ($test4);
my $b1 = &stripkorean ($test1);
my $b2 = &stripkorean ($test2);
my $b3 = &stripkorean ($test3);
my $b4 = &stripkorean ($test4);
print "$a1 - $b1\n";
print "$a2 - $b2\n";
print "$a3 - $b3\n";
print "$a4 - $b4\n";
sub iskorean {
my $ktemp = $_[0];
if ($ktemp =~ /([\xA1-\xFF][\xA0-\xFF])+/) {return 1;}
return 0;
}
sub stripkorean {
my $ktemp = $_[0];
$ktemp =~ /(([\xA1-\xFF][\xA0-\xFF])+)/;
return $1;
}
결과:
1 - 한글
0 -
1 - 순한글
0 -<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
펄을 거의 2달 동안 안했더니 디게 어렵네요 --;
use strict;
my $test1 = 'will 한글 테이킹 work?';
my $test2 = 'yo i am the best~~';
my $test3 = '순한글';
my $test4 = '!@#$%^&*()';
my $a1 = &iskorean ($test1);
my $a2 = &iskorean ($test2);
my $a3 = &iskorean ($test3);
my $a4 = &iskorean ($test4);
my $b1 = &stripkorean ($test1);
my $b2 = &stripkorean ($test2);
my $b3 = &stripkorean ($test3);
my $b4 = &stripkorean ($test4);
print "$a1 - $b1\n";
print "$a2 - $b2\n";
print "$a3 - $b3\n";
print "$a4 - $b4\n";
sub iskorean {
my $ktemp = $_[0];
if ($ktemp =~ /([\xA1-\xFF][\xA0-\xFF])+/) {return 1;}
return 0;
}
sub stripkorean {
my $ktemp = $_[0];
$ktemp =~ /(([\xA1-\xFF][\xA0-\xFF])+)/;
return $1;
}
결과:
1 - 한글
0 -
1 - 순한글
0 -<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4065 | |
| 29 |
아우겐나이스
|
21년 전 | 4448 | |
| 28 |
아우겐나이스
|
21년 전 | 3476 | |
| 27 | 21년 전 | 5848 | ||
| 26 | 21년 전 | 3134 | ||
| 25 | 21년 전 | 6101 | ||
| 24 | 18년 전 | 3663 | ||
| 23 | 21년 전 | 3654 | ||
| 22 | 21년 전 | 4256 | ||
| 21 | 21년 전 | 3829 | ||
| 20 | 21년 전 | 4242 | ||
| 19 | 21년 전 | 6696 | ||
| 18 | 21년 전 | 4743 | ||
| 17 | 21년 전 | 7003 | ||
| 16 | 21년 전 | 4183 | ||
| 15 | 21년 전 | 2654 | ||
| 14 | 21년 전 | 4985 | ||
| 13 | 21년 전 | 3410 | ||
| 12 |
Recluse
|
21년 전 | 3896 | |
| 11 |
아우겐나이스
|
21년 전 | 3583 | |
| 10 |
Recluse
|
21년 전 | 3407 | |
| 9 | 21년 전 | 4018 | ||
| 8 | 21년 전 | 5189 | ||
| 7 | 21년 전 | 4774 | ||
| 6 | 21년 전 | 5703 | ||
| 5 | 21년 전 | 4130 | ||
| 4 | 21년 전 | 4861 | ||
| 3 | 21년 전 | 4759 | ||
| 2 | 21년 전 | 3259 | ||
| 1 | 22년 전 | 4349 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기