getRegExpValue method

RegExp? getRegExpValue(
  1. String name, {
  2. RegExpOpt? options,
})

Get RegExp value

Implementation

RegExp? getRegExpValue(String name, {RegExpOpt? options}) =>
    getRegExpValues(name, options: options).firstOrDefault();