Search:

Type: Posts; User: SmartAndy

Search: Search took 0.08 seconds.

  1. Re: Regular Expression pattern - complex pattern syntax

    Thank you.

    Ya its possible by using below pattern.
    String[] valueArray= string.split("(?<!\\\\);");

    But i cant understand what this pattern(?<!) explain.. pls help me...
  2. Regular Expression pattern - complex pattern syntax

    I need the regular expression paattern for the following request.

    Source : "abc\\;xysy;xyzablec;yhaxhed\\\\;lkjfsda"

    Pattern : Split the string into arrays by semicolon(;), but the semicolon...
Results 1 to 2 of 2