StringExtensions Class |
Namespace: Colygon.MatchPoint.Core.Expressions
public static class StringExtensions
The StringExtensions type exposes the following members.
Name | Description | |
---|---|---|
EncodeHtml | Obsolete. Returns a HTML-encoded string. | |
EncodeScript | Obsolete. Returns a Script-encoded string. | |
EncodeSql | Obsolete. Returns an SQL-encoded string. | |
EncodeUrl | Obsolete. Returns an URL-encoded string. | |
Matches | Searches the input string for all occurrences of the regular expression specified in the pattern parameter. | |
Replace | Within a specified input string, replaces strings that match a regular expression pattern with a specified replacement string. |