aicreator's Recent Forum Activity

  • 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.

  • It seems to me that Regex is not working in my project or am I using Regex incorrectly.

  • Can anyone help me with this problem and my small project file is here - https://www.dropbox.com/s/fdsj3f6bwn54lk9/Unable%20to%20filter%20words%20by%20length%20using%20Regex.c3p?dl=0

    Please Help me as this is the last problem of my project.

    Tagged:

  • Can anyone provide me a Regex to filter all English words and English numbers.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Yes,I have posted the correct file and you need fill the field "Name of List" and then the "Add words field" and then click the Ok button and you need to do all this in the debug mode after which a new list will be created(Note this list does not work) and you may optionally type a number in the "Number of words" list and after typing some words which contain the letter "A" in the "Search" list you will get an output which will tell you the number of matches between your text query and the contents of the list which you have entered but not the number of words which contain the character "a" in your list.

  • Edit-Removed the word "a" from this post because of a mistake.

    dop2000 ,This project is one of my a

    ttempts and In this project I get the the number of "A"'s in tge "Number of Character Matches" variable instead of the number of words which contain the word "A" in that variable and the project which was the result of my first attempt is here https://www.dropbox.com/s/f54wojbmzujbugr/Search%20and%20Analyzse%20WITH%20CHANGES.c3p?dl=0 ,And I will post the project of my second attempt soon,Cheers.

  • Well, dop2000 ,I am posting my project in a few minutes,Cbeers.

  • dop2000 can you create the project file and post a link to it on the forum as When I try to implement your code I get incorrect information of the character count because of my bugs,Can you please help me with this as this project will help me and its other potential users to reduce their spelling mistakes in the hindi language.

  • Can anyone provide me the event sheet code for

    1.Filtering duplicate words(Of a String variable)

    2.Counting the number of words containing the letter "A"(By using a numeric variable)

  • I want to match a character only once per word(of a length defined by me using a variable) and I am using this RegEx "\b\w{3,8}\b" for limiting words outside of a given range which is (3 to 8 words) here from being picked and Can anybody send me a Regex for doing this,Here are are a few Examples-

    Aam-Not Picked

    als-picked("als")

    //As it does not contain any repeating character and its length is within 3 to 8 words//

    aamm-Not picked

    //As it contains two repeating letters "a" and "m" respectively//

    a-Not picked'

    //As its a's length is less than 3 words//

    Thanks-Picked

    //As its length is within the range of 3 to 8 letters and this word does not have any repeating letters//

    Tagged:

  • I have a string variable with many words seperated by a whitespace and I want to remove the words which contain more than 4 Characters from that variable,Can anyone show me how to do this,Have a Good Day.

  • Well,I have created a memory system to help others in which there are 10 lists with 10 contents in each list and each of those contents are assosiated with a unique number(0 to 9) and each of those lists are associated with a unique digit count for ex-Input- A three digit number-(Content Index is Zero based) =150(List1,Content1-List2,Content5-List3,Content0)

    Note:The Lists along with their contents are-

    A) Animals

    A0 hawk

    A1 jaguar

    A2 dog

    A3 snake

    A4 squirrel

    A5 tortoise

    A6 bat

    A7 scorpion

    A8 deer

    A9 monkey

    B) Adverbs

    B0 = Absentmindedly

    B1 = Carefully

    B2 = Happily

    B3 = Eagerly

    B4 = lazily

    B5 = Eagerly

    B6 = Wishfully

    B7 = Quickly

    B8 = Cheerfully

    B9 = Loyally

    C) Body Diseases

    C0 = Rash

    C1 = Boil

    C2 = Kala-Azar

    C3 = Jaundice

    C4 = Leporsy

    C5 = Acne

    C6 = Blister

    C7 = Hives

    C8 = Moles

    C9 = Sunburn

    D)Adjectives

    D0 - icy

    D1 - hot

    D2 - new

    D3 - my

    D4 - your

    D5 - oily

    D6 - itchy

    D7 - yucky

    D8 - heavy

    D9 - happy

    E) Actions

    E0 - sawing

    E1 - tee-ing

    E2 - kneeing

    E3 - mowing

    E4 - rowing

    E5 - sitting

    E6 - laughing

    E7 - cueing

    E8 - waving

    E9 - paying

    F) location Verb

    F0 - Read ___ Library

    F1 - Ride ___ Garage

    F2 - Run ___ Field

    F3 -Send ___ Post Office

    F4 - Shout ___ Auditorium

    F5 - Sing ___ Concert

    F6 - Judge ___ Court

    F7 - Smile ___ Circus

    F8 - Spend ___ Bank

    F9 - Stand ___ Store

    G) Names of Rooms

    G0 Cloakroom

    G1 Conservatory

    G2 Dining Room

    G3 Drawing Room

    G4 Games Room

    G5 Bed Room

    G6 Store Room

    G7 Infirmary

    G8 Library

    G9 Music Room

    H) Cartoon Characters

    H0 - Mickey Mouse

    H1 - Donald Duck

    H2 - Popeye

    H3 - Goofy

    H4 - Jerry

    H5 - Tom Cat

    H6 - Jake

    H7 - Finn

    H8 - Diego

    H9 - Johnn

    I) Birds

    I0 - Parrot

    I1 - Crow

    I2 - Owl

    I3 - Woodpecker

    I4 - Crow

    I5 - Hummingbird

    I6 - Crane

    I7 - Kingfisher

    I8 - Duck

    I9 - Penguin

    F) Disablities

    F0 - Blindness

    F1 - Leporsy

    F2 - Dwarfism

    F3 - Deafness

    F4 - Cerebral Palsy

    F5 - Mute

    F6 - Acid Attack

    F7 - Spinal Cord Injury

    F8 - Weakness

    F9 - Lame

    Please,I want to know how to replace numbers upto 10 digits long into a sentence with the words given above.

aicreator's avatar

aicreator

Member since 16 Oct, 2018

None one is following aicreator yet!

Trophy Case

  • 6-Year Club
  • Forum Contributor Made 100 posts in the forums
  • RTFM Read the fabulous manual
  • Email Verified

Progress

9/44
How to earn trophies