<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.garamx.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.garamx.com/dokuwiki/feed.php">
        <title>GaramX javascript:maro_pattern</title>
        <description></description>
        <link>https://www.garamx.com/dokuwiki/</link>
        <image rdf:resource="https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico" />
       <dc:date>2026-05-06T16:38:59+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.garamx.com/dokuwiki/doku.php?id=javascript:maro_pattern:example&amp;rev=1744711518&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.garamx.com/dokuwiki/doku.php?id=javascript:maro_pattern:remove_comment&amp;rev=1744711518&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico">
        <title>GaramX</title>
        <link>https://www.garamx.com/dokuwiki/</link>
        <url>https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.garamx.com/dokuwiki/doku.php?id=javascript:maro_pattern:example&amp;rev=1744711518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T10:05:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>javascript:maro_pattern:example</title>
        <link>https://www.garamx.com/dokuwiki/doku.php?id=javascript:maro_pattern:example&amp;rev=1744711518&amp;do=diff</link>
        <description>다양한 Javascript RegExp


  // 입력 :
  var src = &#039; arrC[col++] = [&quot;사번&quot;, dtData, &quot;width=170; key-field=1; save-name=EMP_ID; data-align=center;&quot;];&#039;;
  var p = /arrC\[col\+\+\]\s*=\s*\[&quot;([\w|가-힣]+)&quot;\s*,\s*(\w+)\s*,\s*/
  p.exec(src);
  // 결과 &quot;arrC[col++] = [&quot;사번&quot;, dtData, &quot;
  // 1: 사번, 2: dtData</description>
    </item>
    <item rdf:about="https://www.garamx.com/dokuwiki/doku.php?id=javascript:maro_pattern:remove_comment&amp;rev=1744711518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T10:05:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>javascript:maro_pattern:remove_comment</title>
        <link>https://www.garamx.com/dokuwiki/doku.php?id=javascript:maro_pattern:remove_comment&amp;rev=1744711518&amp;do=diff</link>
        <description>RemoveComment


  function removeComment(source) {
      var src = source.split(&#039;\n&#039;);
      var out = [];
      var p1 = /\/\*/; // block comment start
      var p2 = /\/\*(.)*\*\//g; // block comment
      var p3 = /\/\/(.)*$/; // inline comment
      var isBlock = false;
      var str;
      for (var i = 0; i &lt; src.length; i++) {
        str = src[i];
        if (isBlock) {
          if (str.indexOf(&#039;*/&#039;) &gt;= 0) {
            str = str.substring(str.indexOf(&#039;*/&#039;) + 2);
            isBlock = fa…</description>
    </item>
</rdf:RDF>
