varMatching top-level property
Implementation
final varMatching = RegExp(
r'\$([^ ]*)',
caseSensitive: false,
dotAll: true,
multiLine: true,
);
final varMatching = RegExp(
r'\$([^ ]*)',
caseSensitive: false,
dotAll: true,
multiLine: true,
);