Culture-Sensitive VB.NET Method
using System.Text.RegularExpressions
Public Function Split(input As String) As String()
Public Function Split(input As String, count As Integer) As String()
Public Shared Function Split(input As String, pattern As String) As String()
Public Function Split(input As String, count As Integer, startat As Integer) As String()
Public Shared Function Split(input As String, pattern As String, options As RegexOptions) As String()
Internationalization (I18n) Method Overview
The Split method splits an input string into an array of substrings at the positions defined by a regular expression match.
For more information see Microsoft's
MSDN online documentation.
Culture and Number Format Information
|