-
Notifications
You must be signed in to change notification settings - Fork 36
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 Boolean
F#
member Contains :
substring : string -> bool
- substring
- Type: System.String
The substring to locate
Type: Boolean
true if found, false otherwise