I seem to have confused myself with a preg_match regex I'm doing, so fresh eyes and help would be appreciated.
My current regex is as follows:
"#table.*?Stream Status:.*?<b>Stream is up at (.*?) kbps with (.*?) of (.*?) listeners</b>.*?Listener Peak.*?<b>(.*?)</b>.*?Stream Name.*?<b>(.*?)</b>.*?Content Type.*?<b>(.*?)</b>.*?Stream Genre.*?<b>(.*?)</b>.*?Stream URL.*?<b>(.*?)</b>.*?Current Song.*?<b>(.*?)</b>.*?</table#si"
but sometimes some columns are not given, so what is the best solution to mark a field as optional?
the table looks like:
any advice would nice ;-)