varMatching top-level property

RegExp varMatching
final

Implementation

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