I am not a regex expert, but my request is simple: I need to match any string that has at least 3 or more characters that are matching.
So for instance, we have the
Try this .{3,} this will match any characher except new line (\n)