Click or drag to resize
TextHelperRegExRemoveMultipleCommas Property
Regular expression to identify multiple occurrences of comma (surrounded by white space).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static Regex RegExRemoveMultipleCommas { get; set; }

Property Value

Type: Regex
See Also