removeUrls static method

String removeUrls(
  1. String input
)

Implementation

static String removeUrls(String input) =>
    input.replaceAll(_urlRegex, '');