[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/regexp-builder/src/Passes/ -> GroupSingleCharacters.php (summary)

(no description)

Copyright: Copyright (c) 2016-2022 The s9e authors
License: http://www.opensource.org/licenses/mit-license.php The MIT License
File Size: 45 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

GroupSingleCharacters:: (2 methods):
  runPass()
  getSingleCharStrings()


Class: GroupSingleCharacters  - X-Ref

Replaces (?:aa|b|cc|d) with (?:[bd]|aa|cc)
Enables other passes to replace (?:[xy]|a[xy]) with a?[xy]

runPass(array $strings)   X-Ref
{@inheritdoc}


getSingleCharStrings(array $strings)   X-Ref
Return an array of every single-char string in given list of strings

param: array[] $strings
return: array[]



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1