$txt = "Connection mode : Profile" & @crlf & _
" Channel : 4" & @crlf & _
" Receive rate (Mbps) : 300" & @crlf & _
" Transmit rate (Mbps) : 65" & @crlf & _
" Signal : 83%" & @crlf & _
" Profile : AndroidAP_4013" & @crlf & _
@crlf & _
" Hosted network status : Not available"
Msgbox(0,"", StringRegExp($txt, 'Profile\h*:\h?(.*)', 1)[0] )
Use \h? to avoid matching a space between the colon and the A