"The specified #RegularExpression is not initialised"
regex has a value<>0
It's working fine in windows and linux.
Code: Select all
Dim match1$(0)
regex.l = CreateRegularExpression(#PB_Any, "[Ss]\d{1,2}[Ee]\d{1,2}")
ExtractRegularExpression(regex, "S01E01 - blabla", match1$())