Questions on search and replace and text segmentation

I am not that advanced yet with Bubble and I have two very specific questions:

  1. Is it possible using the search and replace function (or any other function) to create a function like in Microsoft word or TinyMCE that allows a user to search for a word in a text element and then replace that word wherever it is found with a different word?

  2. How would I go about segmenting a large article of text for example into individual sentences / paragraphs. I imagine an external API or plugin would need to be involved but any basic info on this will be appreciated.

yes, it is possible with the the operator: search and replace

If you need to calculate the sentences and paragraphs this should be possible with regex operator.

2 Likes

Thank you

This topic was automatically closed after 70 days. New replies are no longer allowed.