| Name | <ElementTag.contains_text[<element>]> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the element contains a specified element, case insensitive.
Can use regular expression by prefixing the element with 'regex:'. |
| Group | element checking |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ElementTag.java#L890 |