Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #17546
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.ripco.com!news-out.news.tds.net!newsreading01.news.tds.net!53ab2750!not-for-mail |
|---|---|
| From | "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-k2r-this> |
| Subject | Re: retriving escape unicode sequences from files ... |
| Message-ID | <5023FE3E.56495.calajapr@time.synchro.net> (permalink) |
| X-Comment-To | qwertmonkey |
| Newsgroups | comp.lang.java.programmer |
| In-Reply-To | <5023FE3B.56480.calajapr@time.synchro.net> |
| References | <5023FE3B.56480.calajapr@time.synchro.net> |
| X-FTN-AREA | COMP.LANG.JAVA.PROGRAMMER |
| X-FTN-MSGID | 1:261/38 283c99d7 |
| X-FTN-REPLY | 1:261/38 b17d9700 |
| Content-Type | text/plain; charset=IBM437 |
| Content-Transfer-Encoding | 8bit |
| X-Gateway | time.synchro.net [Synchronet 3.16a-Win32 NewsLink 1.98] |
| Lines | 21 |
| Date | Thu, 09 Aug 2012 18:44:41 GMT |
| NNTP-Posting-Host | 69.21.70.65 |
| X-Complaints-To | news@tds.net |
| X-Trace | newsreading01.news.tds.net 1344537881 69.21.70.65 (Thu, 09 Aug 2012 13:44:41 CDT) |
| NNTP-Posting-Date | Thu, 09 Aug 2012 13:44:41 CDT |
| Organization | tds.net |
| Xref | csiph.com comp.lang.java.programmer:17546 |
Show key headers only | View raw
To: qwertmonkey
From: Arne Vajhoj <arne@vajhoej.dk>
On 8/8/2012 3:22 PM, qwertmonkey@syberianoutpost.ru wrote:
> Also question for you, what is the difference between
> ~
> Pattern UKdRegX = Pattern.compile("\\\\u([0-9a-f]{4})",
Pattern.CASE_INSENSITIVE);
> ~
> and
> ~
> private final Pattern UKdRegX = Pattern.compile("\\\\u([0-9A-Fa-f]{4})");
The first matches \U the last does not.
Arne
--- BBBS/Li6 v4.10 Dada-1
* Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
retriving escape unicode sequences from files ... "qwertmonkey" <qwertmonkey@1:261/38.remove-k2r-this> - 2012-08-09 18:44 +0000 Re: retriving escape unicode sequences from files ... "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-k2r-this> - 2012-08-09 18:44 +0000
csiph-web