# Regular Expression Cheat Sheet

You can use the regular expression inside the Text Data Wrangling UI. The regular expression is a way to express a pattern of text with a combination of symbols so that you can extract / remove / replace a part of text data in a flexible way.

## Regular Expression Cheat Sheet

Most commonly used regular expressions are summarized in the sheet below.

![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M4HLCK3olgduYoe3RVS%2Fuploads%2Fgit-blob-be1c2676b8d57dfcfd59ad05d0ad409783dfb28e%2Fcheat-sheet-en.png?alt=media)


---

# 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://docs.exploratory.io/data-wrangling/regular_expression.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.
