-
-
Notifications
You must be signed in to change notification settings - Fork 0
Wiki CaseFolding
Danijel Galić edited this page Jan 23, 2024
·
2 revisions
enum CaseFolding
This enum was created by Danijel Galić <danijel.galic@outlook.com>
Copyright: 2024 FireHub Web Application Framework
License: <https://opensource.org/licenses/OSL-3.0> OSL Open Source License version 3
Version: GIT: $Id$ Blob checksum.
Fully Qualified Enum Name: \FireHub\Core\Support\Enums\String\CaseFolding
Source code: view source code
Blame: view blame
History: view history
Name | Title | Value |
---|---|---|
LOWER | ### Performs a full lower-case folding | 0 |
UPPER | ### Performs a full upper-case folding | 1 |
TITLE | ### Performs a full title-case folding | 2 |
LOWER
Source code: view source code
Blame: view blame
UPPER = 1
Source code: view source code
Blame: view blame
TITLE = 2
Source code: view source code
Blame: view blame
Build with phpDocumentor using template FireHub phpDocumentor Wiki Template.