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 SummaryFields inherited from class ortus.boxlang.runtime.bifs.BIF__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, moduleService, runtime
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.BIFannounce, getDeclaredArguments, invoke
- 
Constructor Details- 
Findpublic Find()Constructor
 
- 
- 
Method Details- 
_invokeFinds the first occurrence of a substring in a string, from a specified start position.
 
-