View Single Post
Unread 15 Oct 2003, 16:10   #1
Structural Integrity
Rawr rawr
 
Structural Integrity's Avatar
 
Join Date: Dec 2000
Location: Upside down
Posts: 5,300
Structural Integrity needs a job and a girlfriendStructural Integrity needs a job and a girlfriendStructural Integrity needs a job and a girlfriendStructural Integrity needs a job and a girlfriendStructural Integrity needs a job and a girlfriendStructural Integrity needs a job and a girlfriendStructural Integrity needs a job and a girlfriendStructural Integrity needs a job and a girlfriendStructural Integrity needs a job and a girlfriendStructural Integrity needs a job and a girlfriendStructural Integrity needs a job and a girlfriend
Text parsing with standard C

Is there a way of doing some quick text parsing with C? Like regular expressions?
I'd like to have a parser that can parse me some XML-like text for creating menus, but the standard ssprintf function won't let me retrieve things that are between "<" and ">" tags.
I'm not into using a standard XML library as I want to use this for other purposes too.
Structural Integrity is offline   Reply With Quote