|
Majordomo-Users (July 1998) |
On Sat, 18 Jul 1998, Junaedy J. wrote: > Should I write it this way: > /multipart/mixed/i > /^content-type:\s\bmultipart/mixed/i > > I am confused how to differ a character "/" between the word > "multipart" and "mixed" and the character "/" that is intended as the > end of regular expression. A literal "/" has to be escaped: /multipart\/mixed/i /^content-type:\s\bmultipart\/mixed/i ----------------------------------------------------------------- Mats Dufberg Mats.Dufberg@abc.se References:
|