Thread Rating:
  • 327 Vote(s) - 2.76 Average
  • 1
  • 2
  • 3
  • 4
  • 5
タブ文字を正規表現するには?
11-06-2013, 08:17 PM,
#2
RE: タブ文字を正規表現するには?
これで出来ました。
|^[\t]&| とか記述するのかなと思っていたのですが、難しく考えすぎてました。

Code:
{def ta = {TextArea value = "a\r\nb\tc"}}
{let regexp:String = "[\",\n\t\t]"}
{CommandButton
    {on Action do
        {if {regexp-match? regexp, ta.value} then
            {popup-message "禁則文字が含まれている"}
         else
            {popup-message "禁則文字が含まれてない"}
        }
    }
}
{value ta}


Messages In This Thread
RE: タブ文字を正規表現するには? - by umemura - 11-06-2013, 08:17 PM
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('1002')