Search:

Type: Posts; User: jdluk87

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,267

    Re: Problem with Regular Expression

    Solved...here the solution

    String regex = "<+\\s*+username+\\s*+/+\\s*+>";
  2. Replies
    2
    Views
    1,267

    Re: Problem with Regular Expression

    Maybe something like this:

    ^[<] \s* [username] \s* [\] \s* $[>]

    ??
  3. Replies
    2
    Views
    1,267

    Problem with Regular Expression

    Hu Guys!

    I need some help with regular expression. I have to identify in an HTML code the following tag:

    <username/>

    However, i need to consider also the fact that after "<" there might be...
Results 1 to 3 of 3