Thread
:
Regular expressions - How to parse user input on Diablo
View Single Post
Rob1n
2009-12-11 , 15:13
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#
4
The documentation is on the page I gave you above (
http://library.gnome.org/devel/glib/...-matching.html
takes you directly). This would look to only give a TRUE/FALSE as to whether a string matches a pattern though, so may not be much help. It could present a starting point for string functions (
http://library.gnome.org/devel/glib/...Functions.html
) though (i.e. check which general format it matches before trying to pull out the relevant values).
Quote & Reply
|
Rob1n
View Public Profile
Send a private message to Rob1n
Find all posts by Rob1n