package
0.0.6
Repository: https://github.com/jacoblai/arduino-cli.git
Documentation: pkg.go.dev

# Functions

ExpandBuildProperties expands the build properties placeholders in the slice of properties.
Match returns true if all substrings are contained in str.
MatchAny checks if query matches at least one of the string in arrayToMatch using the utils.Match function.
SanitizeName replaces with underscores all chars that are not included in the ranges: 0-9, A-Z, a-z, "-" and ".".
SearchTermsFromQueryString returns the terms inside the query string.
URLParse parses a raw URL string and handles local files URLs depending on the platform.