# PascalCaseWithSpace (String str)

| Name                     | *PascalCaseWithSpace*                                     |
| ------------------------ | --------------------------------------------------------- |
| Applicable To (DataType) | String                                                    |
| Purpose                  | To insert a space between a string written in PascalCase. |
| Description              | Places a space between characters of PascalCase string.   |
| Return Type              | String                                                    |
| Syntax                   | str \[System.String] – the PascalCase string              |

![properties](https://github.com/astera-software/Astera_Data_Stack_v9/blob/main/.gitbook/assets/properties%20\(9\).png)

## Example

We have a customers' dataset in which the *ContactTitle* field is in pascal case. Our goal is to add spaces between the characters in this field.

![1-output](https://github.com/astera-software/Astera_Data_Stack_v9/blob/main/.gitbook/assets/1%20output%20\(1\).png)

We will map the *ContactTitle* data field to the str under the Input node inside the *Function* transformation object.

![dataflow](https://github.com/astera-software/Astera_Data_Stack_v9/blob/main/.gitbook/assets/dataflow%20\(10\).png)

In the output, you can see that the data inside the *ContactTitle* field has been converted to proper case.

![2-output](https://github.com/astera-software/Astera_Data_Stack_v9/blob/main/.gitbook/assets/2%20output%20\(1\).png)
