プロセルピナ | ||||||||||
Top |
Internet |
Private Proxy |
Capture Device |
Download |
Config and Words |
Online Help |
Online Home |
|||
[BACK] | |||||||
☞
Top >
Proserpine Macro >
Commands >
StartsWith, EndsWith, Equals
文字列比較系メソッド(文字列).StartsWith(key_string) (文字列).StartsWith_igC(key_string) (文字列).EndsWith(key_string) (文字列).EndsWith_igC(key_string) (文字列).Equals(key_string) (文字列).Equals_igC(key_string) (文字列).EndsWith(key_string)(文字列).EndsWith_igC(key_string)文字列key_stringで終端する場合に true の文字列を、そうでない場合には false の文字列を返します。 大文字と小文字の区別を無視して比較する場合(Ignore Case)は EndsWith_igC を使用します。 (文字列).Equals(key_string)(文字列).Equals_igC(key_string)文字列key_stringと一致する場合に true の文字列を、そうでない場合には false の文字列を返します。 大文字と小文字の区別を無視して比較する場合(Ignore Case)は Equals_igC を使用します。 |
|||||||
[BACK] | |||||||
プロセルピナ |