On 5/17/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > ParseArgs allows an extra parameter that specifies the pattern used > to parse options. The default is '(?>(\w+)[:=])'. If you want to > expand this to allow hyphens, it would probably be > > $args = ParseArgs($str, '(?>(\\w[-\\w]*)[:=])'); > > Pm
Thank you, thank you! Works wonderful! Cheers, Dan _______________________________________________ pmwiki-devel mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
