# RemoveAt (String str, Integer startAt, Integer noofChars)

| Name                     | *RemoveAt*                                                                          |
| ------------------------ | ----------------------------------------------------------------------------------- |
| Applicable To (DataType) | String                                                                              |
| Purpose                  | To remove the desired number of characters from a given string.                     |
| Description              | Removes the number of characters starting with startPosition from the given string. |
| Return Type              | String                                                                              |
| Syntax                   | str \[System.String] – input string                                                 |
|                          | startAt \[System.Int64] – position of the first character to be removed.            |
|                          | noOfChars \[System.Int64] – number of characters to be removed.                     |

![properties](/files/bCSRwD0OyMRPZ7QGBH8V)

## Example

We have 3 parameters, *str, startAt* and *noOfChars*, in a *Variables* object in which we have specified the default values as:

*str* = Charles Dickens

*startAt* = 8

*noOfChars* = 7

Map the data fields from the *Variables* object to the respective data fields under the *Input* node inside the function object.

![dataflow](/files/ZzJ80jwNs72RtnAHEOJw)

Now, right-click on the *RemoveAt* function transformation object and select *Preview Output*. You can see that starting from position 8, 7 characters have been removed from the string.

![output](/files/8gJUlpZrAvRzpeGvkgOL)


---

# 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/astera-data-stack-v10/functions/string/removeat-string-str-integer-startat-integer-noofchars.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.
