Ignore:
Timestamp:
May 29, 2020, 10:45:52 PM (4 years ago)
Author:
coas-nagasima
Message:

Visual Studio 2019 と Bridge.NET でビルドできるよう更新。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/webapp/webmrbc/Arduino/KernelBlock.cs

    r321 r425  
    3838using System.Collections.Generic;
    3939using System.Linq;
    40 using Bridge.Text.RegularExpressions;
     40using Bridge.Html5;
    4141
    4242namespace WebMrbc
     
    451451                public string validator(string text)
    452452                {
    453                         text = text.Replace(new Regex("[^0-9a-fA-F]+", "g"), "");
     453                        text = text.Replace(new RegExp("[^0-9a-fA-F]+", "g"), "");
    454454                        return text;
    455455                }
Note: See TracChangeset for help on using the changeset viewer.