Regex code for more than one "$" sign

Assign Activity
hasMoreDollars | DataType: Boolean =
System.Text.RegularExpressions.Regex.Matches(strText, strPattern).Count > 1

1 Like