particular RegEx doesn't work in Pega Studio
Hi,
The attached code snapshot works in VS. But when I paste the same expression (?<=Total)(\s*\:\s*)\d{1,3}(?=h) into the RegEx IsMatch block, there is no match.
Here's a text example:
Anne KowalskyTotal:15hPersonal data
I have used the RegularExpression blocks with some other regex expressions and they worked. Why does it not work for this one?