There is no such functionality in NGUI. Not yet. It's on the list of things to add.
You can currently hack it just by using label.GetCharacterIndex(UICamera.lastHit.point) to determine the index of the character under the mouse, then see if you're over your link by doing some text parsing.