# 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](/files/Prng9CkkeEgeLcv7KofE)

## 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](/files/gfld3hQToPCXUk1tO9Qz)

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

![dataflow](/files/jmNURCXE5DkXvqvHJ7HF)

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

![2-output](/files/1dWO6SzgbEsCqI6xu9Se)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.astera.com/functions/string/pascalcasewithspace-string-str.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
