Search:

Type: Posts; User: DemeCarv

Search: Search took 0.11 seconds.

  1. Re: How split a text looking for values with regular expression

    I am still looking for help with this challenge and I will appreciate any help.
  2. Re: How split a text looking for values with regular expression

    There are 4 pattern. The first two I am able to retrieve thanks to KevinWorkman help. The third I am still struggling to retrieve. After I can fix the third I will try the fourth. Is ("DE \\d+ (w+)...
  3. Re: How split a text looking for values with regular expression

    ChristopherLowe, thank you. I do need to use regular expression. Even if I wasn't expected to use regex, when I try match with "DE \\d+(, SF \\d+)* = \\w+" I don't retrieve any group if there are...
  4. Re: How split a text looking for values with regular expression

    KevinWorkman, hopefully you still see this thread. Firstly, thank you for every tips. I am facing a new obstacle: there is description that I have to ignore between the id and "=". How can I read the...
  5. Re: How split a text looking for values with regular expression

    Thank you so much. Can you please help me improve your example to get the values from this data?
    String data = "DE 1, SF 2 = A9A DE and SF with 1 digit DE 1, SF 22 = 1234abcd DE with 1 digit and SF...
  6. Re: How split a text looking for values with regular expression

    Hi. Your idea give me a light. This text snippet is a whole cell in spreadsheet. I believe that there might exist some safer way by using regex. The basic logic behind each cell is that the user can...
  7. How split a text looking for values with regular expression

    I have to read a text looking for value related to certain variable. The variable are always DE plus identifier from 1 to 99 or DE plus identifier from 1 to 99 and SF plus identifier from 1 to 99....
Results 1 to 7 of 7