Skip to content

Wiki CaseFolding

Danijel Galić edited this page Jan 23, 2024 · 2 revisions
enum CaseFolding

### String case folding enum

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

Cases

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

### Performs a full lower-case folding

Source code:  view source code
Blame:  view blame

UPPER = 1

### Performs a full upper-case folding

Source code:  view source code
Blame:  view blame

TITLE = 2

### Performs a full title-case folding

Source code:  view source code
Blame:  view blame

Clone this wiki locally