I would like a regex that allows me to delete some specific words from a text string
Could someone help me?
Yeah, I can try. Please paste the text and what you’de like to get from it.
I would like for each text inserted in a text input to be extracted the words that are not: “il, la, si, le, gli, lo, wants, wants, has, need”
That works for me:
(la|il|si|le|lo) (you can add more options. ("|" that means “or”.)
So, I didn’t check, but if you use “extract with regex” on bubble and paste that code, it should show only what you asked.
You can try it at https://regexr.com/.
Thanks.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.