Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 409 Bytes

func_unset.rst

File metadata and controls

23 lines (13 loc) · 409 Bytes

$unset

Usage: $unset(name)
Category: assignment

Description:

Unsets the variable name. The function allows for wildcards to unset certain tags (works with 'performer:*', 'comment:*', and 'lyrics:*').

Example:

The following would unset all performer tags:

$unset(performer:*)