```ruby cn = Country['CN'] cn.postal_code_format => "\\A\\d{6}\\Z" ``` while ```ruby cn.data["postal_code_format"] => "\\d{6}" ```