# Parsing ble string with delimiter and no empty strings

**URL:** https://community.thunkable.com/t/parsing-ble-string-with-delimiter-and-no-empty-strings/3204726
**Category:** BLE / BlueTooth
**Tags:** beginner, parse
**Created:** [September 15, 2024, 6:21pm UTC](https://community.thunkable.com/t/parsing-ble-string-with-delimiter-and-no-empty-strings/3204726 "2024-09-15T18:21:46Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ocorbo](https://avatars.discourse-cdn.com/v4/letter/o/ad7895/32.png) [@ocorbo](https://community.thunkable.com/u/ocorbo)
#### Post date: [September 15, 2024, 6:21pm UTC](https://community.thunkable.com/t/parsing-ble-string-with-delimiter-and-no-empty-strings/3204726/1 "2024-09-15T18:21:46Z")

</div>

hi everybody, so i’d like to parse a BLE string sent from an esp32 that has this form (^9^^FIZZ23010,-39^^H). the ‘^’ is the delimiter. the problem i have is that everytime there 2x ‘^’ back to back it create an empty item in my list. I’d like to have a list with no empty strings. I tried whats in the image but had no sucess so far.

thank you guys

 ![Capture d’écran, le 2024-09-15 à 14.15.28](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/5/a5e396ea80550c46c10df5e0491ff3b987cf2cc1.png)

---

<div class="post-metadata">

### Author: ![ocorbo](https://avatars.discourse-cdn.com/v4/letter/o/ad7895/32.png) [@ocorbo](https://community.thunkable.com/u/ocorbo)
#### Post date: [September 15, 2024, 9:10pm UTC](https://community.thunkable.com/t/parsing-ble-string-with-delimiter-and-no-empty-strings/3204726/2 "2024-09-15T21:10:19Z")

</div>

this doesnt work too…

 ![Capture d’écran, le 2024-09-15 à 17.09.54](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/d/3dcb2f057f855d9eb11f41dd6e5b610c7ad42e2f.png)

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [September 17, 2024, 8:51pm UTC](https://community.thunkable.com/t/parsing-ble-string-with-delimiter-and-no-empty-strings/3204726/3 "2024-09-17T20:51:18Z")

</div>

Hi @ocorbo, can you try adding a space in `does j contain empty string` block and seeing if that helps?

 ![Screenshot 2024-09-17 at 1.49.01 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/b/9b911d674ba1bcae9d62ece91ff19a229d552888.png)

---

<div class="post-metadata">

### Author: ![ocorbo](https://avatars.discourse-cdn.com/v4/letter/o/ad7895/32.png) [@ocorbo](https://community.thunkable.com/u/ocorbo)
#### Post date: [September 22, 2024, 10:43am UTC](https://community.thunkable.com/t/parsing-ble-string-with-delimiter-and-no-empty-strings/3204726/4 "2024-09-22T10:43:32Z")

</div>

cant say for certain that it works
