# Removing all numbers from a sentence

**URL:** https://community.glideapps.com/t/removing-all-numbers-from-a-sentence/64689
**Category:** Ask for Help
**Created:** [August 4, 2023, 4:11am UTC](https://community.glideapps.com/t/removing-all-numbers-from-a-sentence/64689 "2023-08-04T04:11:14Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 5, 2023, 1:58am UTC](https://community.glideapps.com/t/removing-all-numbers-from-a-sentence/64689/4 "2023-08-05T01:58:03Z")

</div>

> [@Grab phone numbers and email from text](https://community.glideapps.com/t/grab-phone-numbers-and-email-from-text/64686/2):
>
> My way of doing this is using a text prompt and OpenAI: Given an input like this: "{I}" Can you return a JSON structure of all phone numbers and emails in the input? A sample structure would look like this: { "phone": "+123456789,+123456790", "email": "example@gmail.com,example2@gmail.com" } Please return just the JSON and nothing else. notalk;justgo. Then you can query the JSON to return the final strings.

Please try this to see if it works for your case.

I would try to move as many functions as possible to Glide’s computed columns instead of Google Sheets.

---

_[View the full topic](https://community.glideapps.com/t/removing-all-numbers-from-a-sentence/64689)._
