<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 01/04/2019 à 16:15, Stéphane
      Mottelet a écrit :<br>
    </div>
    <blockquote cite="mid:8ddb4ffc-a0a2-045b-f608-3a3ce3b9f835@utc.fr"
      type="cite">Hello,
      <br>
      <br>
      Each time I try to test nice regular expressions I find in Stack
      Overflow, the 'regexp' Scilab macro never succeed in compiling
      them.
      <br>
    </blockquote>
    <br>
    Often it's because delimiters are missing while expected, or are
    mischosen (but the list of supported delimiters is not documented:
    For instance,
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
    <span class="fontstyle0">"!", "|", "," and "/" are supported, while</span><span
      class="fontstyle2"> </span><span class="fontstyle0">"£", "$", or
      "§" are not and yields the "impossible to compile the pattren"
      message).<br>
      <br>
      Samuel<br>
      <br>
    </span>
  </body>
</html>