in reply to Re^4: how to count the number of repeats in a string (really!)in thread how to count the number of repeats in a string (really!)
To include mine, just change .+ to .{N,} where N is the minimum length.
lodin