super-powers/src/9ef0eb24-aae4-4f5a-99af-d72.../README.md

43 lines
1.5 KiB
Markdown
Raw Normal View History

2023-04-15 14:49:41 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# abstract class FieldHelper (Details)
> namespace: **VDM\Joomla\Utilities\String**
```uml
@startuml
abstract FieldHelper #Orange {
# static $builder
+ {static} safe($string, $allcap = false, ...)
}
note right of FieldHelper::safe
Making field names safe
since: 3.0.9
arguments:
$string
$allcap = false
$spacer = '_'
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)