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