[FAQ] Regular expressions: How-to use foreign characters (Was Re: Regular expressions: problems with swedish characters)
Q: How could I match the foreign characters like åäö in regular
expressions?
A: Use hexadecimal representation of those characters, like \xe1
Refer:
http://www.php.net/preg_match#42167
.
Relevant Pages
- coding
... I have create a table records that ave anique id number such as 7.5-6-ND or ... Now i need to refer to this number but only the characters after the last ... Prev by Date: ... (microsoft.public.access.macros) - Re: Sin City as film (Was: The Bugs in the "Starship Troopers" film)
... -- it's probably easier to just not refer back to most of those events, and paper over the few that matter. ... The closest there is to unworkable stuff is in characters like Peggy Carter, who dated Cap in WWII and now her younger sister is a supporting character as a young woman, or characters like the Whizzer being thought to be Quicksilver's dad even though he was an adult during WWII and Quicksilver's not yet thirty, or Dum-Dum Dugan being a hale and hearty WWII vet. ... (rec.arts.sf.written) - configuring and organizing tasks from the task pad
... that I can refer to it and see what I billed for that day. ... I want to make sure only current daily tasks are in my task pad view, ... Prev by Date: ... (microsoft.public.outlook.installation) - Re: Read only last line-
... '\n' characters and recording the position of the next ... long prev = 0, here; ... here is really the end of file and prev is the offset to the ... (comp.lang.c) - Re: Simple high-ascii character encoding
... these extra characters and hence there are few varying 'extended' sets. ... The point is there is no character set correctly called "extended ASCII". ... This is incorrect, because "ASCII" doesn't in the first place refer to the range of numbers, it refers to a very specific set of characters (or ... So what was introduced to MS-DOS users as "extended ASCII" was the set of Microsoft line draw characters. ... (comp.infosystems.www.authoring.html) |
|