hey guys, I have this regular expression that is supposed to grab information from a large string. unfortunately it only works if i strtolwr the entire string first. i want it to grab information as is, without having to convert everything to lower case. this is causing me a headache because i am not very good with regular expressions. if you need more information let me know.PHP Code:preg_match_all('/\[(\w+) "([^"]+)"\]/', $game, $matches, PREG_SET_ORDER);


LinkBack URL
About LinkBacks
Reply With Quote

