pattern property

RegExp pattern
final

Implementation

static final RegExp pattern = RegExp(
    r'''^\s*url\(\s*(?:"(.*?)"|'(.*?)'|(.*?))\s*\)\s*$''',
    caseSensitive: false, multiLine: false);