RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details Split WCF endpoint address
Expression
(?:(?<scheme>http(?:s?)|net\.(?:tcp|pipe|msmq))(?:\:\/\/))(?<machine>[^/\r\n\:]+)?(?:\:)(?<port>\d+)?(?<path>(?:\/.*)*\/?)?
Description
Splits the WCF endpoint address into the following parts: * scheme * machine * port * path
Matches
http://wsdk-vsw-1018:55555/OPGatewayService
Non-Matches
remoteServer:55555/OPGatewayService
Author Rating: Not yet rated. Benny Tordrup
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials