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 = OccurrencesWelcome 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
    © 2025               Created by Scott Davidson.             
    Powered by