StackFormation\Preprocessor::expandPort PHP Method

expandPort() protected method

protected expandPort ( $jsonString )
    protected function expandPort($jsonString)
    {
        return preg_replace('/([\\{,]\\s*)"Port"\\s*:\\s*"(\\d+)"/', '\\1"FromPort": "\\2", "ToPort": "\\2"', $jsonString);
    }