ballerina-lang
ballerina-lang copied to clipboard
[Improvement]: Print the full regex pattern for runtime error scenarios with interpolations
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.