Hello! I need your help. I've been searching for 2 days and still can't wrap my head around how RegExp works. I've even tried doing some exercices to understand how to use it but it seems so complicated...
I have a log which I save in a Text value, let's call it TextLog.
Now the data it contains can be divided in 3 portions who are respectively in bold,italic and underlined. It looks like this
"Always same text... random text... always same text. Middle of log text beginning with same text always... random text and ends with always same text.Now 3rd section always same text...random text...ends with always same text"
I only need to keep the Middle portion.
Which RegExp do I use in Construct 2, RegExMatch? RegExSearch? RegExReplace? and what do I put as values? RegexMatchAt(String, Regex, Flags, Index).