vbscript 这向您展示了在Dynamo VB.Net中拆分字符串的最佳方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbscript 这向您展示了在Dynamo VB.Net中拆分字符串的最佳方法相关的知识,希望对你有一定的参考价值。

Imports System.Text.RegularExpressions

Module Module1
    Sub Main()
	' The input string.
	Dim sentence As String = "10 cats, 20 dogs, 40 fish and 1 programmer."
	' Invoke the Regex.Split shared function.
	Dim digits() As String = Regex.Split(sentence, ", ")
	' Loop over the elements in the resulting array.
	For Each item As String In digits
	    Console.WriteLine(item)
	Next
    End Sub
End Module

'http://www.dotnetperls.com/regex-split-vbnet

以上是关于vbscript 这向您展示了在Dynamo VB.Net中拆分字符串的最佳方法的主要内容,如果未能解决你的问题,请参考以下文章

vbscript [测试VB] #vb

vbscript vb_finger_print.vb

vbscript test.vb

vbscript [VB.NET]新事物#test

vbscript Demo.vb

vbscript Varios Razor VB.NET