* Splits string into host and port parts. * string must be in ( host ~ ":" ~ port ) format. * Port is optional * @param from string to parse * @return array of host and port strings
See Implementation
* Splits string into host and port parts. * string must be in ( host ~ ":" ~ port ) format. * Port is optional * @param from string to parse * @return array of host and port strings