[spirit] how to write parser for matching character not in list ?
23 Feb
2011
23 Feb
'11
8:24 a.m.
Let's say I want to match a string and that string cannot contain character ; and @. How to write parser for that ? I try using: *(!(';"'|'@')) and *(char_ - ';'|'@') but both are failed to compile. Thanks.
5009
Age (days ago)
5009
Last active (days ago)
1 comments
2 participants
participants (2)
-
Igor R
-
Kamil Zubair