正規表現を使用して、開始値と終了値を含む文字列を取得したいと考えています。
例えば:
Regex regex = new Regex("A Bylaw(.*?)" + @"\.");
var v = regex.Match("blah blah blah A Bylaw to provide for the government and management of the Water Works System in the City and the collection of Rents, Rates, and charges for water. blah blah blah");
これは以下を返します:
市の水道システムの政府と管理、および水道料金、料金、料金の徴収を提供するため
を探しています:
市の水道システムの行政と管理、および水道料金、料金、料金の徴収を規定する細則。