Wijmo UI for the Web
IndexOfAny Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.Utility();
var value; // Type: number

// Parameters
var str; // Type:  any
var anyOf; // Type:  any
var startIndex; // Type:  any

value = instance.IndexOfAny(str, anyOf, startIndex);
Javascript (Specification) 
function IndexOfAny( 
   str : any,
   anyOf : any,
   startIndex : any
) : number;

Parameters

str
anyOf
startIndex
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.