Solved Caps detect

Discussion in 'Plugin Development' started by kaZep, Nov 27, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    kaZep

    Hello, i have a trouble... those days i tried to make a caps lock detector when somebody's writing a word... my class here:

    - SNAPPED-

    I made caps detect with Lower case, and upper, but i'm getting nothing, when i remove upper and lower case is working... if i wrote in config.yml a word like: "cookies", and i if write it on chat "cOOkies", isn't working... how can i detect caps?
     
  2. Offline

    raGan.

    one way would be
    Code:
    msg.toLowerCase().contains(words[i].trim().toLowerCase())
     
  3. Offline

    kaZep

    raGan. - you're my hero everytime >:D< thanks a lot. SOLVED!
     
  4. Offline

    kyran_

    lol both of your avatars are having a party and both of your names are formatted the same way
    raGan. kaZep
     
  5. Offline

    kaZep

    lol? I observed this now... ragan? RAGAN! I FOUND YOU BROTHER!
     
  6. Offline

    raGan.

    Intredasting. but I end with the dot :D
     
  7. Offline

    fireblast709

    raGan. that dot is annoying to tag... :p
     
  8. Offline

    raGan.

    It is the least I can do to keep "Edit" link from not being used.
     
    fireblast709 likes this.
Thread Status:
Not open for further replies.

Share This Page