How to detect first letter of a text?

How to make a condition for element: if Text start with X show element Y?

What kind of element is it? Input?

Add a condition to element Y where the System takes a look at the first character (X) and if it equals to what you want then you show the element.

T
Learn no code → nocodify.com

how to take a look at first letter if the input is search box?

This is one way - extract the first letter with Regex .

Yep you can use Regex or truncate the text: Operators & Comparisons - Bubble Docs

Truncate to 1 so it keeps the first char, or 2, 3 chars etc. Then compare.

1 Like

My man ,Thank you!

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