Class ReReplace
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.string.ReReplace
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, runtime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Uses a regular expression (regex) to search a string for a string pattern and replace it with another.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
ReReplace
public ReReplace()Constructor
-
-
Method Details
-
_invoke
Uses a regular expression (regex) to search a string for a string pattern and replace it with another. The search is case-sensitive.
-