C# 클래스 HelpRequest.Controllers.Helpers.StringExtension

파일 보기 프로젝트 열기: ucdavis/HelpRequest

공개 메소드들

메소드 설명
IndexOfAll ( this source, string searchTerm ) : IEnumerable

Returns the index of all occurrences of a specific string

Code taken from: http://www.dijksterhuis.org/manipulating-strings-in-csharp-finding-all-occurrences-of-a-string-within-another-string/

메소드 상세

IndexOfAll() 공개 정적인 메소드

Returns the index of all occurrences of a specific string
Code taken from: http://www.dijksterhuis.org/manipulating-strings-in-csharp-finding-all-occurrences-of-a-string-within-another-string/
public static IndexOfAll ( this source, string searchTerm ) : IEnumerable
source this
searchTerm string
리턴 IEnumerable