Operations ‣ Rules ‣ Utilities ‣ Tools ‣ extractFromHtmlEnum
Looks at the input text as an HTML item list and tries to extract a property value. The following heuristics are used:
- It is assumed that the
propertyNamefollows immediately (except for spaces) after the firstlitag and that should be followed by anassignment character(space, double-dot or equal sign). - Everything between the assignment character and the closing
/litag is returned as the value of the property. If the property is not found,fallbackis returned (or empty text iffallbackis not defined).