Well,I have created an app with the help of some other people from which users can copy and paste words in a TextInput box and type a search query and get the number of words of a specified length which contain the letter or the search query but It is very repetitive to make small changes to the word length and the Search Query Field Overtime and since I keep using the same search queries in rotation along with increasing the value of the word length field,I added buttons to my project which is here https://www.dropbox.com/s/r4unk3mt3i72boq/Unable%20to%20automate.c3p?dl=0 and now when I try to automate this task by making my program generate the output of my commonly used queries I fail and so can anyone please help me with this problem and the project of mine which uses buttons can be found here - https://www.dropbox.com/s/fdsj3f6bwn54lk9/Unable%20to%20filter%20words%20by%20length%20using%20Regex.c3p?dl=0 .
And what I want is that the program generate statistics on how many words(filtered based on their length which can be 3-5 letters) from a given list(in a variable) contain different characters(ि ी ु ू) respectively based on the click of a button,without the user of this program(me in this case) having to keep clicking on different buttons,
Cheers.