Namespace: Pihrtsoft.Text.RegularExpressions.Linq
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Exposes static methods that returns instance of CharGrouping class. CharGrouping class represents a character group content.
public static class Chars
Method | Summary |
---|---|
Alphanumeric() | Returns a pattern that matches a latin alphabet letter or an arabic digit. |
AlphanumericUnderscore() | Returns a pattern that matches a latin alphabet letter, an arabic digit or an underscore. |
Ampersand() | Returns a pattern that matches an ampersand. |
Apostrophe() | Returns a pattern that matches apostrophe. |
ArabicDigit() | Returns a pattern that matches an arabic digit. |
Asterisk() | Returns a pattern that matches an asterisk. |
AtSign() | Returns a pattern that matches an at sign. |
Backslash() | Returns a pattern that matches a backslash. |
CarriageReturn() | Returns a pattern that matches a carriage return. |
CircumflexAccent() | Returns a pattern that matches a circumflex accent. |
Colon() | Returns a pattern that matches a colon. |
Comma() | Returns a pattern that matches a comma. |
CurlyBracket() | Returns a pattern that matches left or right curly bracket. |
Digit() | Returns a pattern that matches a character from the digit character class. |
Dollar() | Returns a pattern that matches a dollar character. |
Dot() | Returns a pattern that matches a period. |
EqualsSign() | Returns a pattern that matches an equals sign. |
ExclamationMark() | Returns a pattern that matches exclamation mark. |
GeneralCategory(GeneralCategory) | Returns a pattern that matches a character from the specified Unicode category. |
GraveAccent() | Returns a pattern that matches a grave accent. |
HexadecimalDigit() | Returns a pattern that matches a hexadecimal digit. |
Hyphen() | Returns a pattern that matches a hyphen. |
Character(AsciiChar) | Returns a pattern that matches specified Unicode character. |
Character(GeneralCategory) | Returns a pattern that matches a character from the specified Unicode category. |
Character(Char) | Returns a pattern that matches specified Unicode character. |
Character(NamedBlock) | Returns a pattern that matches a character from the specified Unicode block. |
Character(String) | Returns a pattern that matches any one of the specified characters. |
LatinLetter() | Returns a pattern that matches a latin alphabet letter. |
LeftAngleBracket() | Returns a pattern that matches a left angle bracket (less-than sign). |
LeftCurlyBracket() | Returns a pattern that matches left curly bracket |
LeftParenthesis() | Returns a pattern that matches left parenthesis. |
LeftSquareBracket() | Returns a pattern that matches left square bracket. |
Linefeed() | Returns a pattern that matches a linefeed. |
NamedBlock(NamedBlock) | Returns a pattern that matches a character from the specified Unicode block. |
NewLineChar() | Returns a pattern that matches a new line character, i.e. a linefeed character or a carriage return character. |
Not(GeneralCategory) | Returns a pattern that matches a character that is not from the specified Unicode category. |
Not(NamedBlock) | Returns a pattern that matches a character that is not from the specified Unicode block. |
NotDigit() | Returns a pattern that matches a character that is not from the digit character class. |
NotWhiteSpace() | Returns a pattern that matches a character that is not from the digit character class. |
NotWordChar() | Returns a pattern that matches a character that is not from the word character class. |
NumberSign() | Returns a pattern that matches a number sign. |
Parenthesis() | Returns a pattern that matches left or right parenthesis. |
Percent() | Returns a pattern that matches a percent sign. |
Plus() | Returns a pattern that matches a plus sign. |
QuestionMark() | Returns a pattern that matches a question mark. |
QuoteMark() | Returns a pattern that matches a quotation mark. |
Range(Char, Char) | Returns a pattern that matches any one character from the specified range. |
RightAngleBracket() | Returns a pattern that matches a right angle bracket (greater-than sign). |
RightCurlyBracket() | Returns a pattern that matches right curly bracket. |
RightParenthesis() | Returns a pattern that matches right parenthesis. |
RightSquareBracket() | Returns a pattern that matches right square bracket. |
Semicolon() | Returns a pattern that matches a semicolon. |
Slash() | Returns a pattern that matches a slash. |
SlashOrBackslash() | Returns a pattern that matches slash or backslash. |
Space() | Returns a pattern that matches a space character. |
SquareBracket() | Returns a pattern that matches left or right square bracket. |
Tab() | Returns a pattern that matches a tab. |
Tilde() | Returns a pattern that matches a tilde. |
Underscore() | Returns a pattern that matches an underscore. |
VerticalBar() | Returns a pattern that matches a vertical bar. |
WhiteSpace() | Returns a pattern that matches a character from the white-space character class. |
WordChar() | Returns a pattern that matches a character from the word character class. |