algorithmic modeling for Rhino
Tags:
Dim StringToCheck As String = "EEOOAA"
Dim StringToFind As String = "A"
Dim exp As New System.Text.RegularExpressions.Regex (StringToFind, System.Text.RegularExpressions.RegexOptions.IgnoreCase)
Dim Occurrences As Integer = exp.Matches(StringToCheck).Count
A = Occurrences
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by