iconListMatching
Type
handler
Summary
Return the available icons in the current icon family that match the search string.
Syntax
iconListMatching(<pSearch>)
Description
Return an LCB list of the icon names in the current icon family that match the search string.
For each icon name, the SVG path string can be obtained with iconSVGPathFromName or its corresponding codepoint with iconCodepointFromName.
Parameters
Name | Type | Description |
---|---|---|
pSearch | The string used to search icon names. |
Related
handler: iconSVGPathFromName, iconCodepointFromName, iconList, iconListForFamily