![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 140 Characters | iBot | Cartoons for Geeks | 0 | 03-26-2009 05:00 PM |
| get last characters in ksh | meghana | Shell Programming and Scripting | 5 | 04-11-2008 05:11 PM |
| characters ô ö à é è | Castelior | Shell Programming and Scripting | 1 | 04-19-2006 11:52 AM |
| Multibyte characters to ASCII | jerardfjay | Shell Programming and Scripting | 8 | 11-18-2005 02:45 AM |
| split string with multibyte delimiter | azmathshaikh | Shell Programming and Scripting | 1 | 03-06-2005 06:50 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
PHP: preg_match_all with multibyte characters?
Hi! I'm trying to separate text into sentences, like this: Code:
$pattern = "/[A-Z]([a-z]|[[:space:]]|,)*[\.\!\?:]*/"; preg_match_all($pattern, $text, $matches); This works fine unless the text contains multibyte characters, like "åäö". How can I make this work with these exotic characters? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|