Irregular.pipeworks.psd1

@{
    ModuleTemplate = 'Masthead-Inverted'
    Style = @{
        body = @{
            color = "#4b0082"
            "background-color" = "#f0f8ff"
        }
        a = @{
            color = '#4b0082'
        }
    }
    Logo = '/Assets/Irregular_750_300.png'
    Group = @{
        Explore = 'Test-String', 'Search-String', 'Skip-String'
        Understand = 'Understanding Regular Expressions', 'Regular Expression Quick Reference'       
    }
    WebCommand = @{       
        '*-String' = @{
            HideParameter = 'Timeout'
            ParameterDefaultValue = @{
                Timeout = '00:00:01'
            }
        }
    }
}