Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Regular Expression - UTF8

Reply
Thread Tools

Regular Expression - UTF8

 
 
howa
Guest
Posts: n/a
 
      01-09-2009

Hello,

Why my codes below on UTF8 matching not working?

# ==============================================
$s = '(';

while ( $s =~ /\x{FF08}/g ) {

print "Match\n";

};

# ==============================================

Any idea?

Thanks.
 
Reply With Quote
 
 
 
 
Bart Van der Donck
Guest
Posts: n/a
 
      01-09-2009
howa wrote:

> Why my codes below on UTF8 matching not working?
>
> # ==============================================
> $s = '$B!J(B';
>
> while ( $s =~ /\x{FF08}/g ) {
>
> print "Match\n";
>
> };


http://perldoc.perl.org/utf8.html

--
Bart
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
given char* utf8, how to read unicode line by line, and output utf8 gry C++ 2 03-13-2012 04:32 AM
Seek xpath expression where an attribute name is a regular expression GIMME XML 3 12-29-2008 03:11 PM
C/C++ language proposal: Change the 'case expression' from "integral constant-expression" to "integral expression" Adem C++ 42 11-04-2008 12:39 PM
Matching abitrary expression in a regular expression =?iso-8859-1?B?bW9vcJk=?= Java 8 12-02-2005 12:51 AM
Dynamically changing the regular expression of Regular Expression validator VSK ASP .Net 2 08-24-2003 02:47 PM



Advertisments