pub fn unregister_custom_dialect(name: &str) -> bool
Remove a custom dialect from the global registry.
Returns true if a dialect with that name was found and removed, false if no such custom dialect existed.
true
false