picExp static method

RegExp picExp()

Implementation

static RegExp picExp() =>
    RegExp(r"(http|https):([/|.|\w|\s|-])*\.(?:jpg|gif|png)");