Search:

Type: Posts; User: Raj4Smile

Search: Search took 0.33 seconds.

  1. Java String regex - Extract String Tag for its Value

    Hi,

    Suppose I have a below string


    *TAG_A* TAGAValue
    *TAG_B* TAGBValue
    *TAG_C* TAGCValue
    *TAG_D* TAGDValue
  2. Replies
    4
    Views
    957

    Re: Java String Regular Expression Help

    Hi, I am back from long vacation and will be detailing this requirement shortly.


    Thanks
    Raj
  3. Replies
    4
    Views
    957

    Re: Java String Regular Expression Help

    Thanks Jashburn, but I am still struggling after using (?=.|\n{1,35}$). I am much newer to regex patterns.

    I have groups of variable length and total length after combining all groups should not...
  4. Replies
    4
    Views
    957

    Java String Regular Expression Help

    Hi All,

    I have wriittn below regex for two lines.

    String LN1Pattern = "^((?=.{1,35}$)(/([A-Z]{1,5})(|(//[a-zA-Z0-9]+))))$";
    System.out.println("/ABC//FGhiJkl012345".matches(LN1Pattern));
    ...
  5. Replies
    3
    Views
    3,337

    Re: REGEX For Uppercase Alphanumeric

    K Kevin, Thanks will try. But I still need help.

    Rohit
  6. Replies
    3
    Views
    3,337

    REGEX For Uppercase Alphanumeric

    Hi All,

    I am in need of regex for alphanumeric (uppercase only) values which will verify string of length 5below

    ABCCD - False
    AB12C - True
    ABC12 - True
    12ABC - True
    12345 - False
  7. Replies
    4
    Views
    2,340

    Re: Byte Stream to String Conversion

    Hi Norm, this is resolved.

    Thanks
    Raj
  8. Replies
    4
    Views
    2,340

    Byte Stream to String Conversion

    Hi All,

    Please help me to resolve my problem.

    I am getting byte stream as below. These looks like UTF 8 bytes
    ...
Results 1 to 8 of 8