tiagobento commented on code in PR #2463:
URL:
https://github.com/apache/incubator-kie-tools/pull/2463#discussion_r1678181044
##########
packages/unitables/src/uniforms/UnitablesListField.tsx:
##########
@@ -117,7 +117,7 @@ function UnitablesListField({
{
key: `${itemIndex}`,
name: children.props.name
- ?.split(/\$(.*)/s)
+ ?.split(/\$([\s\S]*)/)
Review Comment:
Curious about why this works and `.` not... I mean, I'm not a regex expert,
but they actually mean the same thing? `.` and `[\s\S]`, or `[\d\D]` or
whatever other alias that has this "negated" mechanism...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]