Hi team,
Trying to split a string which entered to text field in a form by space char.
Exapmle : string -> Hello World. This mobile app developed with FlutterFlow.
Output : array(Hello, World., This, mobile, app, developed, with, FlutterFlow.)
Is this possible with FlutterFlow or is there any custom function for it ? I checked the marketplace but I couldn't find it.
Thanks & Regards.