Class ParagraphFormat

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

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

    • ParagraphFormat

      public ParagraphFormat()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Replaces characters in a string: Single newline characters (CR/LF sequences) with spaces and double newline characters with HTML paragraph tags
      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