Class RemoveChars

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.string.RemoveChars

@BoxBIF @BoxMember(type=STRING_STRICT, name="RemoveChars") public class RemoveChars extends BIF
  • Constructor Details

    • RemoveChars

      public RemoveChars()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Removes characters from a string.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation