|
|
|
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&msg=33981003&tid=1389678]: |
0ms |
get settings: |
6ms |
get forum list: |
11ms |
check forum access: |
2ms |
check topic access: |
2ms |
track hit: |
14ms |
get topic data: |
6ms |
get forum data: |
2ms |
get page messages: |
27ms |
get tp. blocked users: |
1ms |
| others: | 196ms |
| total: | 267ms |

| 0 / 0 |
