Welcome to iNTERFACEWARE’s code repository – a place to find and share official and community-submitted code. Our goal is to provide useful and commonly used interfaces, modules, code snippets, and to encourage the members of our community to learn, share and help each other with their projects.

Rating
iNTERFACEWARE
Added by iNTERFACEWARE
Use table.insert() to insert an element into a table
Added by iNTERFACEWARE
How to remove duplicate words from a string, using PCRE regex with string.rxsub()
Added by iNTERFACEWARE
How to encode strings with html special characters, using filter.html.enc()
Added by iNTERFACEWARE
Encode and decode strings for use in uri/url, using filter.uri.enc() and filter.uri.dec()
Added by iNTERFACEWARE
This module performs basic stream processing, read, write, save to file, convert to text etc.
Added by iNTERFACEWARE
Encode and decode uuencoded strings or streams , using filter.uuencoding.enc() and filter.uuencoding.dec()
Added by iNTERFACEWARE
Return the absolute value of a number, using math.abs()
Added by iNTERFACEWARE
Return the floor or ceiling for a number, using math.floor() or math.ceil()
Added by iNTERFACEWARE
How to parse and serialize JSON, using json.parse{} and json.serialize{}
Added by iNTERFACEWARE
How to format a string using string.format()
Added by iNTERFACEWARE
How to convert an HL7 message to and from an XML representation, using chm.toXml{} and chm.fromXml{}
Added by iNTERFACEWARE
How to extract the tags from a string of html, using PCRE regex with string.rxmatch()
Added by iNTERFACEWARE
How to dehydrate (serialize) raw JSON data, this can be useful for storing in a databases
Added by iNTERFACEWARE
Create a generic ACK by using a script in an LLP Listener component
Added by iNTERFACEWARE
How to dehydrate (serialize) raw XML data, this can be useful for storing in a databases
Added by iNTERFACEWARE
How to correctly escape a SQL query string
Added by iNTERFACEWARE
Shows the correct way to add and update TEXT (and other) fields, as well as what not to do
Added by iNTERFACEWARE
Encodes strings of ASCII characters as their hex equivalents, superseded by the builtin filter.hex methods
Showing 41 - 60 of 164 results