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: 2013.11.0.0
Syntax
C#
public static class StringExtensions

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEncodeHtml Obsolete.
Returns a HTML-encoded string.
Public methodStatic memberEncodeScript Obsolete.
Returns a Script-encoded string.
Public methodStatic memberEncodeSql Obsolete.
Returns an SQL-encoded string.
Public methodStatic memberEncodeUrl Obsolete.
Returns an URL-encoded string.
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
This class provides expression extensions.
See Also