Re: [pcre-dev] Problem with Unicode codepoints in hex

トップ ページ
このメッセージを削除
著者: jcd
日付:  
To: pcre-dev
題目: Re: [pcre-dev] Problem with Unicode codepoints in hex

>You need to add the "8" modifier to tell PCRE to run in UTF-8 mode. Try
>this:
>
>/abc[\x{2000}-\x{200A}]*/8
>                          ^


Ha! OK, thank you and sorry for noise.