Class
FindSpecialChars

List of special characters that FindExpressions and FindParams recognize.

Definition

Namespace:ArtOfTest.Common

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public static class FindSpecialChars

Inheritance: objectFindSpecialChars

Fields

Contains

~ = Contains

Declaration

cs-api-definition
public const char Contains = '~'

Field Value

char

EndsWith

? = Ends with

Declaration

cs-api-definition
public const char EndsWith = '?'

Field Value

char

Equal

= = Equals

Declaration

cs-api-definition
public const char Equal = '='

Field Value

char

Escape

' = escape the following character and treat it as a regular character

Declaration

cs-api-definition
public const char Escape = '\''

Field Value

char

Exists

  • = exists

Declaration

cs-api-definition
public const char Exists = '+'

Field Value

char

ExpPathSeparator

/ = expression path separator

Declaration

cs-api-definition
public const char ExpPathSeparator = '/'

Field Value

char

Missing

  • = missing

Declaration

cs-api-definition
public const char Missing = '-'

Field Value

char

NotContain

! = NotContains

Declaration

cs-api-definition
public const char NotContain = '!'

Field Value

char

Pipe

| = chain two expressions together

Declaration

cs-api-definition
public const char Pipe = '|'

Field Value

char

RegEx

Declaration

cs-api-definition
public const char RegEx = '#'

Field Value

char

StartsWith

^ = Starts with

Declaration

cs-api-definition
public const char StartsWith = '^'

Field Value

char