Class SpanIncluding

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

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

    • SpanIncluding

      public SpanIncluding()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Gets characters from a string, from the beginning to a character that is NOT in a specified set of characters. The search is case-sensitive.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      A string; characters from string, from the beginning to a character that is not in set.