module Lexbor
Defined in:
lexbor.crlexbor/lib.cr
lexbor/lib/constants.cr
lexbor/lib/encoding.cr
lexbor/lib/html_encoding.cr
Constant Summary
- 
        VERSION = "2.6.10"
Class Method Summary
- 
        .decode_html_entities(str)
        
          Decode html entities Lexbor.decode_html_entities("= & Ä") # => "= & Ä" 
- .lib_version
- .version
Class Method Detail
        
        def self.decode_html_entities(str)
        #
      
      
        Decode html entities Lexbor.decode_html_entities("= & Ä") # => "= & Ä"