Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-01-31 10:22
Flavor·JavaScript

/
tec.world[^=]*=([^H]*)HOST\s*=\s([^\)]*)\s*\)
/
im
Open regex in editor

Description

This expression gives me the hostname for a given schema

Submitted by anonymous