match_foreach


Description:

public bool match_foreach (Regex regex, ConfigMatchCallback callback) throws Error

Call callback for all configurations matching regex.

Parameters:

this

a Config.

regex

a Regex.

callback

a ConfigMatchCallback.

user_data

the user data for callback.

Returns:

true if matches were successfull, false otherwise