public string[] Split( Regex regex )
Public Function Split ( _ regex As Regex _ ) As String()
public: array<String^>^ Split( Regex^ regex )