'宣言
Public Class StringQuantityPattern
Implements IPattern
public class StringQuantityPattern : IPattern
解説
StringQuantityPattern, used to match a repeated string in the text. minimum indicates the mininum repeated times. maximum indicates the maxinum repeated times.