reSplitDetails top-level property
Used to match wrap detail comments.
Implementation
final reWrapComment = RegExp(r"\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?"),
reWrapDetails = RegExp(r"\{\n\/\* \[wrapped with (.+)\] \*"),
reSplitDetails = RegExp(r",? & ");