Activity for Jean-Pierre Govaert

  • Jean-Pierre Govaert Jean-Pierre Govaert posted a comment on discussion Open Discussion

    Hello, I try regex to find the string "begin<any chararacters="">end"</any> the regex : begin[a-zA-Z1-9*\s]*end the file contains : "aaaabeginhhw1234endmmqpo" If launch : It's OK, the file is found. But I put a CRLF between 1 and 2 for example. "aaaabeginhhw1 234endmmqpo" It doesn't work, any idea ?? I tested my regex with other tools, I think \s is the right syntax. many thanks

1