RegEx crash
Posted: Sun Dec 10, 2023 6:39 pm
The following code does crash in 6.03.
"The specified #RegularExpression is not initialised"
regex has a value<>0
It's working fine in windows and linux.
"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$())