php3-list | 199901
Date: 01/08/99
- Next message: Chad Cunningham: "Re: [PHP3] regular expressions question"
- Previous message: Colin Viebrock: "RE: [PHP3] 'OR' problem"
- Next in thread: Chad Cunningham: "Re: [PHP3] regular expressions question"
- Reply: Chad Cunningham: "Re: [PHP3] regular expressions question"
- Reply: Colin Viebrock: "RE: [PHP3] regular expressions question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello!
I post because I have a problem with regular expression function
I need to filter all the words, separated by ',' in a string.
An example: "hello,to, the,php,mailing,list"
I need to get 'hello' 'to' 'the' 'php' 'mailing' 'list'.
I tried with ereg("pattern",$string,$regs) and test with several
pattern, but $regs does not contains
the words I want.
Can you help me specify the correct pattern?
Thanks in advance
Alessandro
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev <email protected>
- Next message: Chad Cunningham: "Re: [PHP3] regular expressions question"
- Previous message: Colin Viebrock: "RE: [PHP3] 'OR' problem"
- Next in thread: Chad Cunningham: "Re: [PHP3] regular expressions question"
- Reply: Chad Cunningham: "Re: [PHP3] regular expressions question"
- Reply: Colin Viebrock: "RE: [PHP3] regular expressions question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

