Pogledajte određenu poruku
Staro 17. 02. 2012.   #18
morando
nedovoljno naspavan
Na probnom radu
 
Datum učlanjenja: 25.03.2011
Poruke: 21
Hvala: 7
1 "Hvala" u 1 poruci
morando is on a distinguished road
Default

Hteo sam da probam neki drugi pattern ali ne mogu da nađem, odnosno ne znam kako bih tražio tu "stvar", valjda se zove "opseg code pointa" za našu ćirlicu (utf16 pošto sam na windowsu), znači išlo bi nešto ovako:
Kôd:
\b[\x???-\x???]+\b
Valjda ste razumeli šta mi treba? Da vidim da li će da radi.

EDIT: Uuuups. Izvinjavam se. Izgleda da mi treba \u verzija:
Citat:
A hexadecimal escape sequence of the form "\xhh". Matches a character in the target sequence that is represented by the two hexadecimal digits hh.

A unicode escape sequence of the form "\uhhhh". Matches a character in the target sequence that is represented by the four hexadecimal digits hhhh.
Izvor http://msdn.microsoft.com/en-us/library/bb982727.aspx

Poslednja izmena od morando : 17. 02. 2012. u 22:07.
morando je offline   Odgovorite uz citat