Click or drag to resize
SingleQuotedStringDetector Class
Detects a quoted string.
Examples
consider the following sentence: 'Arash Aghlara' is a greate software architect! and this detector will retrun 'Arash Aghlara'
Inheritance Hierarchy

Namespace: FlexRule.DSL.Tokenizer.Detectors
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class SingleQuotedStringDetector : QuotedStringDetector

The SingleQuotedStringDetector type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAlias (Inherited from StandardTokenDetector.)
Protected propertyRemoveQuote (Inherited from QuotedStringDetector.)
Public propertyType
Gets the detector type
(Inherited from StandardTokenDetector.)
Top
Methods
  NameDescription
Public methodCanActivateWith (Inherited from QuotedStringDetector.)
Public methodMatch (Inherited from QuotedStringDetector.)
Public methodReset (Inherited from StandardTokenDetector.)
Top
Extension Methods
See Also