Skip to content
 
xsData Utilities
Type to start searching
    xsData: naive xml bindings
    • xsData 21.6 documentation
    • API Reference
    xsData: naive xml bindings
    • Installation
    • Command Line
    • Models Metadata
    • XML Binding
    • JSON Binding
    • WSDL (Experimental)
    • Examples
    • Data Types
    • API Reference
      • Generator Config
      • Generic Models
      • Parsing
      • Serializing
      • Utilities
        • Show Source
        • xsdata.utils.text.capitalize
        • xsdata.utils.text.pascal_case
        • xsdata.utils.text.camel_case
        • xsdata.utils.text.mixed_case
        • xsdata.utils.text.mixed_pascal_case
        • xsdata.utils.text.mixed_snake_case
        • xsdata.utils.text.snake_case
        • xsdata.utils.text.kebab_case
      • XML Context
      • XML Datatypes
      • XML Handlers
      • XML Nodes
      • XML Writers
    • Changelog
    • Show Source

    UtilitiesΒΆ

    text.capitalize

    Capitalize the given string.

    text.pascal_case

    Convert the given string to pascal case.

    text.camel_case

    Convert the given string to camel case.

    text.mixed_case

    Convert the given string to mixed case.

    text.mixed_pascal_case

    Convert the given string to mixed pascal case.

    text.mixed_snake_case

    Convert the given string to mixed snake case.

    text.snake_case

    Convert the given string to snake case.

    text.kebab_case

    Convert the given string to kebab case.

    Previous SerializerConfig
    Next xsdata.utils.text.capitalize
    © Copyright 2020, Christodoulos Tsoulloftas.
    Created using Sphinx 4.0.2. and Material for Sphinx