Home > Glossarize

Glossarize

Glossarize is a project mainly written in PHP, based on the GPL-3.0 license.

Searchs an input string for a given array of terms and definitions. If terms are found in the input string, the function wraps each word in a dfn tag, associates it with the proper definition, and returns the modified input string.

Previous:SICP