ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

[Improvement]: Print the full regex pattern for runtime error scenarios with interpolations

Open LakshanWeerasinghe opened this issue 2 years ago • 2 comments
trafficstars

Description

As per the current implementation when a RegExp patterns with interpolation have errors with interpolated pattern we are only printing the interpolation substring pattern only. This is not enough for the users to understand what went wrong with the pattern.

As an improvement we should print the full pattern we adding the runtime error details.

LakshanWeerasinghe avatar Mar 27 '23 06:03 LakshanWeerasinghe