configutil

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package configutil provides shared utilities for parsing framework config files.

Index

Constants

This section is empty.

Variables

View Source
var QuotedStringRegex = regexp.MustCompile(`['"]([^'"]+)['"]`)

QuotedStringRegex matches single or double quoted strings.

Functions

func ExtractQuotedStrings

func ExtractQuotedStrings(arrayContent []byte) []string

ExtractQuotedStrings extracts all quoted string values from array content. For example, given `['a.js', 'b.js']`, it returns ["a.js", "b.js"].

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL