class StringUtil
| static string | trim(string $string) Returns the trimmed data. | |
| static string|null | fqcnToBlockPrefix(string $fqcn) Converts a fully-qualified class name to a block prefix. |
Returns the trimmed data.
| string | $string |
| string |
Converts a fully-qualified class name to a block prefix.
| string | $fqcn | The fully-qualified class name |
| string|null | The block prefix or null if not a valid FQCN |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Form/Util/StringUtil.html