RegExpReplace class

GeneralLib

Constructors

RegExpReplace({required RegExp from, required String replace(Match match)})
GeneralLib
const

Properties

from → RegExp
GeneralLib
final
hashCode → int
The hash code for this object.
no setterinherited
replace → String Function(Match match)
GeneralLib
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({RegExp? from, String replace(Match match)?}) → RegExpReplace
GeneralLib
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited