|
|
|
Regex
|
|||
|---|---|---|---|
|
#18+
podskagite pogalusta. nugno nayti vse vhogdenia pat v stroke myStr pat moget nahoditsa vnutri drugoy stroki? string myStr = "fffffffffffTesthhhhhhhhhhhh hhhh" string pat = @"(TEST)+"; Regex r = new Regex(pat, RegexOptions.IgnoreCase); Match mc = r.Match(myStr ); if(mc.Success) ........... SPASIBO. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 12.09.2006, 14:23:00 |
|
||
|
Regex
|
|||
|---|---|---|---|
|
#18+
string myStr = "fffffffffffTesthhhhhhhhhhhh hhhh"; string pat = "test"; Regex r = new Regex(pat, RegexOptions.IgnoreCase); foreach (Match m in r.Matches(myStr)) { string test = m.Groups[0].Value; } ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 12.09.2006, 15:01:18 |
|
||
|
Regex
|
|||
|---|---|---|---|
|
#18+
string myStr = "fffffffffffTesthhhhhhhhhhhh hhhh"; string pat = "test"; Regex r = new Regex(pat, RegexOptions.IgnoreCase); foreach (Match m in r.Matches(myStr)) { string test = m.Groups[0].Value; }/blockquote> SPASIBO! ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 12.09.2006, 15:17:00 |
|
||
|
|

start [/forum/topic.php?fid=18&gotonew=1&tid=1389678]: |
0ms |
get settings: |
11ms |
get forum list: |
23ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
179ms |
get topic data: |
10ms |
get first new msg: |
6ms |
get forum data: |
5ms |
get page messages: |
61ms |
get tp. blocked users: |
2ms |
| others: | 241ms |
| total: | 546ms |

| 0 / 0 |
