Class FindOneOf
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.string.FindOneOf
@BoxBIF(description="Find the first occurrence of any character from a set")
@BoxMember(type=STRING_STRICT,
name="FindOneOf",
objectArgument="string")
public class FindOneOf
extends BIF
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Finds the first occurrence of any character in a set of characters, from a specified start position.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
FindOneOf
public FindOneOf()Constructor
-
-
Method Details
-
_invoke
Finds the first occurrence of any character in a set of characters, from a specified start position.
-