Click or drag to resize

StringUtilContains Method

Overload List
  NameDescription
Public methodStatic memberContains(String, Char)
Check if the string contains the specified character, returning false if the string is null.
Public methodStatic memberContains(String, String)
Check if the specified string array contains the specified string.
Top
See Also