I tired to use the stringregexp from the help file to split the items in a rss feed but it didn't return anything.
Didn't work:
$array = StringRegExp($rss, '<(?i)item>(.*?)</(?i)item>', 1, 1)
Did work:
$array = _StringBetween($rss, '<item>', '</item>')
Also looking to split up a file name into 3 parts and extract the season and episode numbers if anyone can help me.
Show Name *split* s01e01 *split* WS PDTV XviD RLSGROUP
Show Name to $show
s01e01 can be any of the following...
to different strings if the info is available
$season
$episode
$year
$day
$month
WS PDTV XviD RLSGROUP to $tags
Please help stringregexp confuses me completely and cant even get the simple item thing working! cheers