public static function UnicodeCharacterPropertyInterface::getRegularExpression in Search API 8
Returns a regular expression matching this character class.
Return value
string A PCRE regular expression.
20 methods override UnicodeCharacterPropertyInterface::getRegularExpression()
- Cc::getRegularExpression in src/
Plugin/ search_api/ processor/ Resources/ Cc.php - Returns a regular expression matching this character class.
- Cf::getRegularExpression in src/
Plugin/ search_api/ processor/ Resources/ Cf.php - Returns a regular expression matching this character class.
- Co::getRegularExpression in src/
Plugin/ search_api/ processor/ Resources/ Co.php - Returns a regular expression matching this character class.
- Mc::getRegularExpression in src/
Plugin/ search_api/ processor/ Resources/ Mc.php - Returns a regular expression matching this character class.
- Me::getRegularExpression in src/
Plugin/ search_api/ processor/ Resources/ Me.php - Returns a regular expression matching this character class.
File
- src/
Plugin/ search_api/ processor/ Resources/ UnicodeCharacterPropertyInterface.php, line 16
Class
- UnicodeCharacterPropertyInterface
- Defines an interface for classes representing a Unicode character property.
Namespace
Drupal\search_api\Plugin\search_api\processor\ResourcesCode
public static function getRegularExpression();