-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Collections_SuffixTreeBase_Contains
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Checks wether the suffix tree contains the given substring or not
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool Contains(
string substring
)VB
Public Function Contains (
substring As String
) As BooleanF#
member Contains :
substring : string -> bool
- substring
- Type: System.String
The substring to locate
Type: Boolean
true if found, false otherwise