Search:

Type: Posts; User: snowguy13

Search: Search took 0.21 seconds.

  1. Replies
    4
    Views
    1,579

    [SOLVED] Re: Regular Expression Difficulties...

    Thanks for the link; but I've already been reading that extensively. :P

    I do the same with the pronunciation. Regex is so much easier to say than regular expression, though I sound awfully lazy...
  2. Replies
    4
    Views
    1,579

    [SOLVED] Re: Regular Expression Difficulties...

    Oh, alright! That makes perfect sense! All of those other wrong inputs did match, because they contained the characters I asked for. Never did I realize my assumption that the Matcher would only...
  3. Replies
    4
    Views
    1,579

    [SOLVED] Regular Expression Difficulties...

    Hi everyone!

    Right now I'm working on a regular expression that searches for comparison operators (">", "<=", "!=", etc.).

    Here's the regex I've come up with:


    private static final String C...
Results 1 to 3 of 3