Click or drag to resize

StringExtensions Class

Provides extension methods for the String class. These methods can be used for accessing basic operations from the expression engine or from the API.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.ExpressionsStringExtensions

Namespace:  Colygon.MatchPoint.Core.Expressions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public static class StringExtensions

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMatches
Searches the input string for all occurrences of the regular expression specified in the pattern parameter.
Public methodStatic memberReplace
Within a specified input string, replaces strings that match a regular expression pattern with a specified replacement string.
Top
Remarks
  • #APIChange 5.0: removed public static string EncodeHtml(string obj)
  • #APIChange 5.0: removed public static string EncodeUrl(string obj)
  • #APIChange 5.0: removed public static string EncodeSql(string obj)
  • #APIChange 5.0: removed public static string EncodeScript(string obj)
Remarks
This class provides expression extensions.
See Also