한글 검사 / 파싱~~ 성공~~
펄을 거의 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년 전 | 4101 | |
| 29 |
아우겐나이스
|
21년 전 | 4482 | |
| 28 |
아우겐나이스
|
21년 전 | 3506 | |
| 27 | 21년 전 | 5886 | ||
| 26 | 21년 전 | 3161 | ||
| 25 | 21년 전 | 6139 | ||
| 24 | 18년 전 | 3701 | ||
| 23 | 21년 전 | 3693 | ||
| 22 | 21년 전 | 4284 | ||
| 21 | 21년 전 | 3874 | ||
| 20 | 21년 전 | 4278 | ||
| 19 | 21년 전 | 6727 | ||
| 18 | 21년 전 | 4772 | ||
| 17 | 21년 전 | 7017 | ||
| 16 | 21년 전 | 4213 | ||
| 15 | 21년 전 | 2675 | ||
| 14 | 21년 전 | 5010 | ||
| 13 | 21년 전 | 3435 | ||
| 12 |
Recluse
|
21년 전 | 3912 | |
| 11 |
아우겐나이스
|
21년 전 | 3596 | |
| 10 |
Recluse
|
21년 전 | 3437 | |
| 9 | 21년 전 | 4056 | ||
| 8 | 21년 전 | 5224 | ||
| 7 | 21년 전 | 4802 | ||
| 6 | 21년 전 | 5745 | ||
| 5 | 21년 전 | 4155 | ||
| 4 | 21년 전 | 4895 | ||
| 3 | 21년 전 | 4784 | ||
| 2 | 21년 전 | 3290 | ||
| 1 | 22년 전 | 4376 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기