Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Include Page
Generic Configuration Parameters
Generic Configuration Parameters

Configuration Parameters

Code Block
boundaryFlagstext block split
requiredFlagstoken
languagejs
"domain": false,
"url": true

  • Parameter
    summaryEnable recognition for domains. (e.g www.mydomain.com)
    defaultfalse
    namedomain
    typeboolean
  • Parameter
    summaryEnable recognition for urls. (e.g http://mydomain.com)
    defaultfalse
    nameurl
    typeboolean
Code Block
boundaryFlagstext block split
requiredFlagstoken
languagejs
"domain": false,
"url": true


Example Output

Code Block
languagetext
V----------------------------[All the answers in http://www.notaproblem.com.]-----------------------------V 
^--------------------------[All the answers in http://www.notaproblem.com]---------------------------V-[]-^ 
^-[All]-V-[the]-V-[answers]-V-[in]-V------------------[http://www.notaproblem.com]-------------------^      
^-[all]-^                          ^-[http]-V-[:]-V-[//]-V-[www]-V-[.]-V-[notaproblem]-V-[.]-V-[com]-^      
                                   ^----------------------------[{URL}]------------------------------^      

...