match method

dynamic match(
  1. String value
)

Implementation

match(String value) => NUIStringUtil.match(this, value);