forked from marsrobertson/basex-be
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
CO
H
Probably something with regex looking for numbers
const justificationKeys = Object.keys(evalData).filter((key) =>
key.match(/(.+?)(\d+)(?: Value| Comment)?/)
);
const maxIndices = {};
justificationKeys.forEach((fullKey) => {
const match = fullKey.match(/(.+?)(\d+)(?: Value| Comment)?/);
if (match) {
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels