# File lib/hiera/backend/eyaml/parser/encrypted_tokens.rb, line 85
          def initialize
            @regex = /ENC\[(\w+,)?([a-zA-Z0-9\+\/ =\n]+?)\]/
            @string_token_type = EncStringTokenType.new()
          end