Function __global->_strip_comcode

Definitions

sources/comcode_to_text.php

  • Make some Comcode more readable by humans.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$in string required parameter N/A N/A Comcode text to change
$for_extract boolean False N/A N/A Whether this is for generating an extract that does not need to be fully comprehended (i.e. favour brevity)
$tags_to_preserve array [] N/A N/A List of tags to preserve
$include_urls boolean False N/A N/A Whether to include URLs in the text version

Return

  • Clean text
  • Type: string
  • Set: N/A
  • Range: N/A