Can we use wildcards in value with plugins.ml_commons.exclude_nodes._name

The documentation says that plugins.ml_commons.exclude_nodes._name accepts as value a valid node name or a comma-separated node name list.

Does anyone know if value with wildcards are supported as value for this setting? I was checking the implementation but I am not sure whether addSettingsUpdateConsumer supports this.

Another question. The setting does this:

Use this setting to specify the names of nodes on which you don’t want to run ML tasks. The value should be a valid node name or a comma-separated node name list.

But will the models still be loaded on the nodes that have been excluded?

Also tagging the contributor in the class who did the last commit: @ylwu (thanks!)