Search for regex
- Search 7.x for regex
- Search 9.5.x for regex
- Search 8.9.x for regex
- Search 10.3.x for regex
- Search main for regex
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Combine::opRegex | function | core/ |
Filters by a regular expression. |
| Connection::sqlFunctionRegexp | function | core/ |
SQLite compatibility implementation for the REGEXP SQL operator. |
| ContentDispositionFilenameParser::REQUEST_HEADER_FILENAME_REGEX | constant | core/ |
The regex used to extract the filename from the content disposition header. |
| FileSystemInterface::INSECURE_EXTENSION_REGEX | constant | core/ |
The regex pattern used when checking for insecure file types. |
| FilterCombineTest::testFilterCombineRegEx | function | core/ |
Tests the Combine field filter with the 'regular_expression' operator. |
| FrontMatter::REGEXP | constant | core/ |
The regular expression used to extract the YAML front matter content. |
| HTMLRestrictions::getRegExForWildCardAttributeName | function | core/ |
Computes a regular expression for matching a wildcard attribute name. |
| JsonApiSpec::MEMBER_NAME_REGEXP | constant | core/ |
Regular expression to check the validity of a member name. |
| LanguageInterface::VALID_LANGCODE_REGEX | constant | core/ |
A regex for validating language codes according to W3C specifications. |
| MailFormatHelper::$regexp | property | core/ |
Quoted regex expression based on base path. |
| NumericFilter::opNotRegex | function | core/ |
Filters by a negated regular expression. |
| NumericFilter::opRegex | function | core/ |
Filters by a regular expression. |
| PathMatcher::$regexes | property | core/ |
The cache of regular expressions. |
| RegexConstraint | class | core/ |
Regex constraint. |
| RegexConstraint.php | file | core/ |
|
| RegexConstraint::validatedBy | function | core/ |
|
| RegexDirectoryIterator | class | core/ |
Iterates over files whose names match a regular expression in a directory. |
| RegexDirectoryIterator.php | file | core/ |
|
| RegexDirectoryIterator::accept | function | core/ |
Implements \RegexIterator::accept(). |
| RegexDirectoryIterator::__construct | function | core/ |
RegexDirectoryIterator constructor. |
| RegexDirectoryIteratorTest | class | core/ |
Tests Drupal\Component\FileSystem\RegexDirectoryIterator. |
| RegexDirectoryIteratorTest.php | file | core/ |
|
| RegexDirectoryIteratorTest::providerTestRegexDirectoryIterator | function | core/ |
Provider for self::testRegexDirectoryIterator(). |
| RegexDirectoryIteratorTest::testRegexDirectoryIterator | function | core/ |
@legacy-covers ::accept |
| RegexRecursiveFilterIterator | class | core/ |
Iterates over files whose names match a regular expression in a directory. |
| RegexRecursiveFilterIterator.php | file | core/ |
|
| RegexRecursiveFilterIterator::accept | function | core/ |
|
| RegexRecursiveFilterIterator::getChildren | function | core/ |
|
| RegexRecursiveFilterIterator::__construct | function | core/ |
RegexRecursiveFilterIterator constructor. |
| SandboxManagerBase::COMPOSER_PACKAGE_REGEX | constant | core/ |
The regular expression to check if a package name is a regular package. |
| SandboxManagerBase::COMPOSER_PLATFORM_PACKAGE_REGEX | constant | core/ |
The regular expression to check if a package name is a platform package. |
| SourceEditingPreventSelfXssConstraintValidator::getRegExForWildCardAttributeName | function | core/ |
Computes a regular expression for matching a wildcard attribute name. |
| StringFilter::opNotRegex | function | core/ |
Filters by a negated regular expression. |
| StringFilter::opRegex | function | core/ |
Filters by a regular expression. |
| UpdateHookRegistry::FUNC_NAME_REGEXP | constant | core/ |
Regular expression to match all possible defined hook_update_N(). |
| WorkflowTypeBase::VALID_ID_REGEX | constant | core/ |
A regex for matching a valid state/transition machine name. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.