GEngine
2017년 3월 20일 월요일
[C#] To check if string includes "ftp://" using Regex.
string s = "ftp://127.0.0.1:6000";
bool isInclude = System.Text.RegularExpressions.Regex.IsMatch("^ftp://", s);
If s include "ftp://" at first, then isInclude is true.
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기