Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

GLM.String.contains( s )

GLM.String.contains( s )

Method for determining if a string contains the instance of another string.

Parameters:

s - The string to search for.

Returns:

True if the value exists, otherwise false.

Example:

var s = new GLM.String("hello world");
var b = s.contains("hello") //returns true



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES