Boost logo

Boost Users :

Subject: Re: [Boost-users] [spirit] how to write parser for matching character not in list ?
From: Igor R (boost.lists_at_[hidden])
Date: 2011-02-23 03:32:01


> Let's say I want to match a string and that string cannot contain character ; and @. How to write parser for that ?

Non-empty string, which doesn't contain ; or @
+~char_(";@")


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net