reWrapDetails top-level property

RegExp reWrapDetails
final

Used to match wrap detail comments.

Implementation

final reWrapComment = RegExp(r"\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?"),
    reWrapDetails = RegExp(r"\{\n\/\* \[wrapped with (.+)\] \*"),
    reSplitDetails = RegExp(r",? & ");