-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Collections_SuffixTreeBase_Contains
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Checks wether the suffix tree contains the given substring or not
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.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