export class PortPatterns { static mandatoryPort: string = '(?:[\\t\\s]*:[\\t\\s]*[0-9]+)'; static optionalPort: string = '(?:[\\t\\s]*:[\\t\\s]*[0-9]+|)'; }