Jaką składnią posługiwać się przy wpisywaniu wzorca?

Wyrażenia regularne wpisuje się w formie separator{wyrażenie}separator, np. /^([a-z]*)$/i lub @^(?:http://)?([^/]+)@i. Stosować można wszelkie formy zgodne z funkcjami sprawdzającymi poprawność wyrażeń regularnych w PHP (przykład).

Dlaczego wyrażenie regularne powinno być wpisywane z separatorami?

Dzieje się tak dlatego, że wpisywanie wzorca z uwzględnieniem separatorów pozwala na dodanie modyfikatorów do niego. W wypadku ich braku skrypt domyślnie doda / na początku wyrażenia i / na jego końcu.

Czy mogę dodawać jakąkolwiek treść do testera?

Generalnie to użytkownik wyznacza jaką treść i pod jakim kątem chce testować. Musi on jednak posiadać pełne prawa do publikacji testowanej treści, gdyż będzie ona dostępna dla innych internautów. Należy także unikać wpisywania zwrotów obscenicznych, wulgarnych, czy wskazujących zasoby niezgodne z polskim prawem. Użytkownik ponosi pełną odpowiedzialność za treści publikowane przez niego w serwisie. Na uzasadnioną prośbę osób trzecich poszczególne wpisy mogą zostać usunięte z serwisu.

Czym są wyrażenia regularne?

Wyrażeniami regularnymi nazywami wzorce opisujące ciąg znaków.

  1. wikipedia.org - definicja wyrażeń regularnych
  2. regular-expressions.info - kompendium wiedzy
  3. php.net - użycie w PHP

Gdzie można znaleźć przykładowe wzorce?

W sieci znajduje się całe morze przykładowych wyrażeń. Warto zainteresować się przykładowo:

  1. 15 przydatnych wyrażeń regularnych w PHP
  2. regexlib.com - biblioteka wzorców

Znalazłem błąd w serwisie. Gdzie mogę go zgłosić?

Zauważone błędy proszę zgłaszać w komentarzach pod tym artykułem.

Jestem użytkownikiem forum. Czy mogę jakoś pokazać wyniki testu wyrażenia?

Tak. Przy każdym sprawdzonym wzorcu, w kolumnie identyfikatora, znajduje się odnośnik do strony testowanego wyrażenia. Wystarczy skopiować odnośnik i podzielić się nim ze znajomymi.

W jaki sposób mogę pomóc w rozwoju serwisu?

Osoby chętne do pomocy mogą jej udzielić w następujący sposób:

  1. Poprzez dobrowoloną dotację PayPal
  2. Poprzez wykonanie tłumaczenia serwisu. Aktualnie poszukiwane są tłumaczenia na języki: niemiecki, hiszpański, francuski, włoski i rosyjski. Jeżeli jesteś zainteresowany zapraszam do korespondencji
  3. Poprzez zamieszczenie reklamy w serwisie
  4. Poprzez dodanie serwisu do ulubionych na serwisach społecznościowych

regexp.pl

tester wyrażeń regularnych

Zmień język na polski.

Zmień język na angielski.

Pokaż/ukryj listę ostatnich testów.

Pokaż listę tylko moich testów.

Pokaż listę wszystkich testów.

Wyświetl zawartość kanału RSS.

Pokaż pomoc.

Rozwiń listę wyników, aby zobaczyć rezultat testu.

Tester wyrażeń regularnych pozwoli Ci w prosty sposób sprawdzić poprawność wykorzystywnego wzorca i frazy. Wystarczy, że wypełnisz poniższy formularz, a skrypt zwróci wszelkie niezbędne do walidacji dane.

Dodając wzorzec i ciąg znaków do sprawdzenia potwierdzasz, że masz pełne prawa do upubliczniania zawartych w nich treści.

ID Wyrażenie regularne Ciąg znaków Wynik Zwracane ciągi znaków Link
118961 [A-Z]*\s{2,3} ARIEL TEST fałsz
118960 ([A-Z]*\s){2,3} ARIEL TEST fałsz
118959 ([A-Z] *){2,3} ARIEL TEST prawda
  1. ARI
    • I
  2. EL T
    • T
  3. EST
    • T
118958 ([A-Z] *){1,3} ARIEL TEST prawda
  1. ARI
    • I
  2. EL T
    • T
  3. EST
    • T
118957 ([A-Z]*){1,3} ARIEL TEST prawda
  1. ARIEL
  2. TEST
118956 [A-Z]{1,3} ARIEL TEST prawda
  1. ARI
  2. EL
  3. TES
  4. T
118955 ([A-Z]*/s){1,3} ARIEL TEST fałsz
118954 ([A-Z]+-[A-Z]+-[0-9]+[A-Z]+) 134 fałsz
118953 ([A-Z]+-[A-Z]+-[0-9]+[A-Z]+) 13 fałsz
118952 ([A-Z]+-[A-Z]+-[0-9]+[A-Z]+) 1 fałsz
118951 ([A-Z]+-[A-Z]+-[0-9]+[A-Z]+) 22098IT 12:00 marcinw <Change Coding> [:CR-DEVG-21958IT]
[Description copied from CR:CR-DEVG-21952IT]
[Description copied from CR:CR-DEVG-21946IT]1
[Description copied from CR:CR-DEVG-20351IT]
TEST: Sub-filter_Run_Test
RUN: Run(08/02 13:30:23)
STEP: Step 2
STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter
EXPECTED RESULT: The sub-filter is enabled
ACTUAL RESULT: There is no sub-filter option

[Comments copied from: CR-DEVG-20351IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21946IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21952IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]


[Comments copied from: CR-DEVG-21958IT]
2011-12-29 00:00:00 ITI 1.0.0 Open Sub-filter option is missing. <#!$MV$!#> <#!$MV$!#> fgdr; admin; aaa; Physical; gerg; c; N Solution created during import from SoftTest N N N 1 Coding Y TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option 1.0.0 1.0.0.0 Y N 4 - Very High tszmuc 2006-08-02 12:00:00 1 - Low Rejected Sub-filter option is missing. Defect ISS-DEVG-20351IT 1.1.0 iiiiiiiiiiiiiiii Coding iiiiiiiiiiiiiiiiiiiiii
21958IT 12:00 [Description copied from CR:CR-DEVG-21952IT]
[Description copied from CR:CR-DEVG-21946IT]
[Description copied from CR:CR-DEVG-20351IT]
TEST: Sub-filter_Run_Test
RUN: Run(08/02 13:30:23)
STEP: Step 2
STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter
EXPECTED RESULT: The sub-filter is enabled
ACTUAL RESULT: There is no sub-filter option

[Comments copied from: CR-DEVG-20351IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21946IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21952IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]

ITI Open Sub-filter option is missing. <#!$MV$!#> <#!$MV$!#> fgdr; admin; aaa; Physical; gerg; c; N Solution created during import from SoftTest N N N 1 Coding Y TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option 1.0.0 1.0.0.0 Y N 4 - Very High tszmuc 2006-08-02 12:00:00 1 - Low Rejected Sub-filter option is missing. Defect ISS-DEVG-20351IT 1.1.0 iiiiiiiiiiiiiiii Coding iiiiiiiiiiiiiiiiiiiiii
21957IT 12:00 KAZEK <QA Testing> Inst [Description copied from CR:CR-DEVG-21952IT]

[Description copied from CR:CR-DEVG-21946IT]

[Description copied from CR:CR-DEVG-20351IT]

TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option



[Comments copied from: CR-DEVG-20351IT]

[2006-07-27 11:30:06][Open][rafalg][]

[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]

[2006-08-07 14:39:41][Reviewed][wkloc][]

[2006-08-14 13:19:33][Fixed][ppikula][]

[2006-08-14 13:53:17][Fixed][ppikula][]

[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]

[2007-04-06 10:58:29][Closed][wojtekr][]







[Comments copied from: CR-DEVG-21946IT]

[2006-07-27 11:30:06][Open][rafalg][]

[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]

[2006-08-07 14:39:41][Reviewed][wkloc][]

[2006-08-14 13:19:33][Fixed][ppikula][]

[2006-08-14 13:53:17][Fixed][ppikula][]

[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]

[2007-04-06 10:58:29][Closed][wojtekr][]







[Comments copied from: CR-DEVG-21952IT]

[2006-07-27 11:30:06][Open][rafalg][]

[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]

[2006-08-07 14:39:41][Reviewed][wkloc][]

[2006-08-14 13:19:33][Fixed][ppikula][]

[2006-08-14 13:53:17][Fixed][ppikula][]

[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]

[2007-04-06 10:58:29][Closed][wojtekr][] GUI ITI ooooooooooo Open Sub-filter option is missing. 13 13 fgdr; admin; aaa; Physical; gerg; c; N Solution created during import from SoftTest N N N 1 Coding Y TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option 1.0.0 1.0.0.0 Y N 4 - Very High tszmuc 2006-08-02 12:00:00 1 - Low Rejected Sub-filter option is missing. Defect ISS-DEVG-20351IT 1.1.0 iiiiiiiiiiiiiiii Coding iiiiiiiiiiiiiiiiiiiiii
21956IT 12:00 azietek <QA Testing> [Description copied from CR:CR-DEVG-21952IT]
[Description copied from CR:CR-DEVG-21946IT]
[Description copied from CR:CR-DEVG-20351IT]
TEST: Sub-filter_Run_Test
RUN: Run(08/02 13:30:23)
STEP: Step 2
STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter
EXPECTED RESULT: The sub-filter is enabled
ACTUAL RESULT: There is no sub-filter option

[Comments copied from: CR-DEVG-20351IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21946IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21952IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]

ITI Fixed Sub-filter option is missing. <#!$MV$!#> <#!$MV$!#> <#!$MV$!#> fgdr; admin; aaa; Physical; gerg; c; N Solution created during import from SoftTest N N N 1 Coding Y TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option 1.0.0 1.0.0.0 Y N 4 - Very High tszmuc 2006-08-02 12:00:00 1 - Low Rejected Sub-filter option is missing. Defect ISS-DEVG-20351IT 1.1.0 iiiiiiiiiiiiiiii Coding iiiiiiiiiiiiiiiiiiiiii
21955IT 12:00 KAZEK <Issue QC Testing>
wkloc <Change Review> DB Util [Description copied from CR:CR-DEVG-21952IT]
[Description copied from CR:CR-DEVG-21946IT]
[Description copied from CR:CR-DEVG-20351IT]
TEST: Sub-filter_Run_Test
RUN: Run(08/02 13:30:23)
STEP: Step 2
STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter
EXPECTED RESULT: The sub-filter is enabled
ACTUAL RESULT: There is no sub-filter option

[Comments copied from: CR-DEVG-20351IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21946IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21952IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]

2009-07-31 00:00:00 1.0.0.0.1 GUI ITI ytutyu Rework Sub-filter option is missing. [Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Descr <#!$MV$!#> fgdr; admin; aaa; Physical; gerg; c; N Solution created during import from SoftTest N N N 1 Coding Y TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option 1.0.0 1.0.0.0 Y N 4 - Very High tszmuc 2006-08-02 12:00:00 1 - Low Rejected Sub-filter option is missing. Defect ISS-DEVG-20351IT 1.1.0 iiiiiiiiiiiiiiii Coding iiiiiiiiiiiiiiiiiiiiii
prawda
  1. CR-DEVG-21958IT
  2. CR-DEVG-21952IT
  3. CR-DEVG-21946IT
  4. CR-DEVG-20351IT
  5. CR-DEVG-20351IT
  6. CR-DEVG-21946IT
  7. CR-DEVG-21952IT
  8. CR-DEVG-21958IT
  9. ISS-DEVG-20351IT
  10. CR-DEVG-21952IT
  11. CR-DEVG-21946IT
  12. CR-DEVG-20351IT
  13. CR-DEVG-20351IT
  14. CR-DEVG-21946IT
  15. CR-DEVG-21952IT
  16. ISS-DEVG-20351IT
  17. CR-DEVG-21952IT
  18. CR-DEVG-21946IT
  19. CR-DEVG-20351IT
  20. CR-DEVG-20351IT
  21. CR-DEVG-21946IT
  22. CR-DEVG-21952IT
  23. ISS-DEVG-20351IT
  24. CR-DEVG-21952IT
  25. CR-DEVG-21946IT
  26. CR-DEVG-20351IT
  27. CR-DEVG-20351IT
  28. CR-DEVG-21946IT
  29. CR-DEVG-21952IT
  30. ISS-DEVG-20351IT
  31. CR-DEVG-21952IT
  32. CR-DEVG-21946IT
  33. CR-DEVG-20351IT
  34. CR-DEVG-20351IT
  35. CR-DEVG-21946IT
  36. CR-DEVG-21952IT
  37. CR-DEVG-21952IT
  38. CR-DEVG-21952IT
  39. CR-DEVG-21952IT
  40. CR-DEVG-21952IT
  41. CR-DEVG-21952IT
  42. CR-DEVG-21952IT
  43. CR-DEVG-21952IT
  44. CR-DEVG-21952IT
  45. CR-DEVG-21952IT
  46. CR-DEVG-21952IT
  47. CR-DEVG-21952IT
  48. CR-DEVG-21952IT
  49. CR-DEVG-21952IT
  50. CR-DEVG-21952IT
  51. CR-DEVG-21952IT
  52. CR-DEVG-21952IT
  53. CR-DEVG-21952IT
  54. CR-DEVG-21952IT
  55. CR-DEVG-21952IT
  56. CR-DEVG-21952IT
  57. CR-DEVG-21952IT
  58. CR-DEVG-21952IT
  59. CR-DEVG-21952IT
  60. CR-DEVG-21952IT
  61. CR-DEVG-21952IT
  62. CR-DEVG-21952IT
  63. CR-DEVG-21952IT
  64. CR-DEVG-21952IT
  65. CR-DEVG-21952IT
  66. CR-DEVG-21952IT
  67. CR-DEVG-21952IT
  68. CR-DEVG-21952IT
  69. CR-DEVG-21952IT
  70. CR-DEVG-21952IT
  71. CR-DEVG-21952IT
  72. CR-DEVG-21952IT
  73. CR-DEVG-21952IT
  74. CR-DEVG-21952IT
  75. CR-DEVG-21952IT
  76. CR-DEVG-21952IT
  77. CR-DEVG-21952IT
  78. CR-DEVG-21952IT
  79. CR-DEVG-21952IT
  80. CR-DEVG-21952IT
  81. CR-DEVG-21952IT
  82. CR-DEVG-21952IT
  83. CR-DEVG-21952IT
  84. CR-DEVG-21952IT
  85. ISS-DEVG-20351IT
118950 ([A-Z]+-[A-Z]+-[0-9]+[A-Z]+) 22098IT 12:00 marcinw <Change Coding> [:CR-DEVG-21958IT]
[Description copied from CR:CR-DEVG-21952IT]
[Description copied from CR:CR-DEVG-21946IT]
[Description copied from CR:CR-DEVG-20351IT]
TEST: Sub-filter_Run_Test
RUN: Run(08/02 13:30:23)
STEP: Step 2
STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter
EXPECTED RESULT: The sub-filter is enabled
ACTUAL RESULT: There is no sub-filter option

[Comments copied from: CR-DEVG-20351IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21946IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21952IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]


[Comments copied from: CR-DEVG-21958IT]
2011-12-29 00:00:00 ITI 1.0.0 Open Sub-filter option is missing. <#!$MV$!#> <#!$MV$!#> fgdr; admin; aaa; Physical; gerg; c; N Solution created during import from SoftTest N N N 1 Coding Y TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option 1.0.0 1.0.0.0 Y N 4 - Very High tszmuc 2006-08-02 12:00:00 1 - Low Rejected Sub-filter option is missing. Defect ISS-DEVG-20351IT 1.1.0 iiiiiiiiiiiiiiii Coding iiiiiiiiiiiiiiiiiiiiii
21958IT 12:00 [Description copied from CR:CR-DEVG-21952IT]
[Description copied from CR:CR-DEVG-21946IT]
[Description copied from CR:CR-DEVG-20351IT]
TEST: Sub-filter_Run_Test
RUN: Run(08/02 13:30:23)
STEP: Step 2
STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter
EXPECTED RESULT: The sub-filter is enabled
ACTUAL RESULT: There is no sub-filter option

[Comments copied from: CR-DEVG-20351IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21946IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21952IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]

ITI Open Sub-filter option is missing. <#!$MV$!#> <#!$MV$!#> fgdr; admin; aaa; Physical; gerg; c; N Solution created during import from SoftTest N N N 1 Coding Y TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option 1.0.0 1.0.0.0 Y N 4 - Very High tszmuc 2006-08-02 12:00:00 1 - Low Rejected Sub-filter option is missing. Defect ISS-DEVG-20351IT 1.1.0 iiiiiiiiiiiiiiii Coding iiiiiiiiiiiiiiiiiiiiii
21957IT 12:00 KAZEK <QA Testing> Inst [Description copied from CR:CR-DEVG-21952IT]

[Description copied from CR:CR-DEVG-21946IT]

[Description copied from CR:CR-DEVG-20351IT]

TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option



[Comments copied from: CR-DEVG-20351IT]

[2006-07-27 11:30:06][Open][rafalg][]

[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]

[2006-08-07 14:39:41][Reviewed][wkloc][]

[2006-08-14 13:19:33][Fixed][ppikula][]

[2006-08-14 13:53:17][Fixed][ppikula][]

[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]

[2007-04-06 10:58:29][Closed][wojtekr][]







[Comments copied from: CR-DEVG-21946IT]

[2006-07-27 11:30:06][Open][rafalg][]

[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]

[2006-08-07 14:39:41][Reviewed][wkloc][]

[2006-08-14 13:19:33][Fixed][ppikula][]

[2006-08-14 13:53:17][Fixed][ppikula][]

[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]

[2007-04-06 10:58:29][Closed][wojtekr][]







[Comments copied from: CR-DEVG-21952IT]

[2006-07-27 11:30:06][Open][rafalg][]

[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]

[2006-08-07 14:39:41][Reviewed][wkloc][]

[2006-08-14 13:19:33][Fixed][ppikula][]

[2006-08-14 13:53:17][Fixed][ppikula][]

[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]

[2007-04-06 10:58:29][Closed][wojtekr][] GUI ITI ooooooooooo Open Sub-filter option is missing. 13 13 fgdr; admin; aaa; Physical; gerg; c; N Solution created during import from SoftTest N N N 1 Coding Y TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option 1.0.0 1.0.0.0 Y N 4 - Very High tszmuc 2006-08-02 12:00:00 1 - Low Rejected Sub-filter option is missing. Defect ISS-DEVG-20351IT 1.1.0 iiiiiiiiiiiiiiii Coding iiiiiiiiiiiiiiiiiiiiii
21956IT 12:00 azietek <QA Testing> [Description copied from CR:CR-DEVG-21952IT]
[Description copied from CR:CR-DEVG-21946IT]
[Description copied from CR:CR-DEVG-20351IT]
TEST: Sub-filter_Run_Test
RUN: Run(08/02 13:30:23)
STEP: Step 2
STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter
EXPECTED RESULT: The sub-filter is enabled
ACTUAL RESULT: There is no sub-filter option

[Comments copied from: CR-DEVG-20351IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21946IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21952IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]

ITI Fixed Sub-filter option is missing. <#!$MV$!#> <#!$MV$!#> <#!$MV$!#> fgdr; admin; aaa; Physical; gerg; c; N Solution created during import from SoftTest N N N 1 Coding Y TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option 1.0.0 1.0.0.0 Y N 4 - Very High tszmuc 2006-08-02 12:00:00 1 - Low Rejected Sub-filter option is missing. Defect ISS-DEVG-20351IT 1.1.0 iiiiiiiiiiiiiiii Coding iiiiiiiiiiiiiiiiiiiiii
21955IT 12:00 KAZEK <Issue QC Testing>
wkloc <Change Review> DB Util [Description copied from CR:CR-DEVG-21952IT]
[Description copied from CR:CR-DEVG-21946IT]
[Description copied from CR:CR-DEVG-20351IT]
TEST: Sub-filter_Run_Test
RUN: Run(08/02 13:30:23)
STEP: Step 2
STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter
EXPECTED RESULT: The sub-filter is enabled
ACTUAL RESULT: There is no sub-filter option

[Comments copied from: CR-DEVG-20351IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21946IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]



[Comments copied from: CR-DEVG-21952IT]
[2006-07-27 11:30:06][Open][rafalg][]
[2006-07-27 17:02:20][Implemented][rafalg][ProjectBrowser.cpp 1.5]
[2006-08-07 14:39:41][Reviewed][wkloc][]
[2006-08-14 13:19:33][Fixed][ppikula][]
[2006-08-14 13:53:17][Fixed][ppikula][]
[2006-08-16 17:16:26][Tested][wojtekr][Installation package 16-AUG-2006]
[2007-04-06 10:58:29][Closed][wojtekr][]

2009-07-31 00:00:00 1.0.0.0.1 GUI ITI ytutyu Rework Sub-filter option is missing. [Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Description copied from <#!$MV$!#>xxx[Description copied from CR:CR-DEVG-21952IT]
[Descr <#!$MV$!#> fgdr; admin; aaa; Physical; gerg; c; N Solution created during import from SoftTest N N N 1 Coding Y TEST: Sub-filter_Run_Test

RUN: Run(08/02 13:30:23)

STEP: Step 2

STEP DESCRIPTION: Press Edit Filter and enable Sub-Filter

EXPECTED RESULT: The sub-filter is enabled

ACTUAL RESULT: There is no sub-filter option 1.0.0 1.0.0.0 Y N 4 - Very High tszmuc 2006-08-02 12:00:00 1 - Low Rejected Sub-filter option is missing. Defect ISS-DEVG-20351IT 1.1.0 iiiiiiiiiiiiiiii Coding iiiiiiiiiiiiiiiiiiiiii
prawda
  1. CR-DEVG-21958IT
  2. CR-DEVG-21952IT
  3. CR-DEVG-21946IT
  4. CR-DEVG-20351IT
  5. CR-DEVG-20351IT
  6. CR-DEVG-21946IT
  7. CR-DEVG-21952IT
  8. CR-DEVG-21958IT
  9. ISS-DEVG-20351IT
  10. CR-DEVG-21952IT
  11. CR-DEVG-21946IT
  12. CR-DEVG-20351IT
  13. CR-DEVG-20351IT
  14. CR-DEVG-21946IT
  15. CR-DEVG-21952IT
  16. ISS-DEVG-20351IT
  17. CR-DEVG-21952IT
  18. CR-DEVG-21946IT
  19. CR-DEVG-20351IT
  20. CR-DEVG-20351IT
  21. CR-DEVG-21946IT
  22. CR-DEVG-21952IT
  23. ISS-DEVG-20351IT
  24. CR-DEVG-21952IT
  25. CR-DEVG-21946IT
  26. CR-DEVG-20351IT
  27. CR-DEVG-20351IT
  28. CR-DEVG-21946IT
  29. CR-DEVG-21952IT
  30. ISS-DEVG-20351IT
  31. CR-DEVG-21952IT
  32. CR-DEVG-21946IT
  33. CR-DEVG-20351IT
  34. CR-DEVG-20351IT
  35. CR-DEVG-21946IT
  36. CR-DEVG-21952IT
  37. CR-DEVG-21952IT
  38. CR-DEVG-21952IT
  39. CR-DEVG-21952IT
  40. CR-DEVG-21952IT
  41. CR-DEVG-21952IT
  42. CR-DEVG-21952IT
  43. CR-DEVG-21952IT
  44. CR-DEVG-21952IT
  45. CR-DEVG-21952IT
  46. CR-DEVG-21952IT
  47. CR-DEVG-21952IT
  48. CR-DEVG-21952IT
  49. CR-DEVG-21952IT
  50. CR-DEVG-21952IT
  51. CR-DEVG-21952IT
  52. CR-DEVG-21952IT
  53. CR-DEVG-21952IT
  54. CR-DEVG-21952IT
  55. CR-DEVG-21952IT
  56. CR-DEVG-21952IT
  57. CR-DEVG-21952IT
  58. CR-DEVG-21952IT
  59. CR-DEVG-21952IT
  60. CR-DEVG-21952IT
  61. CR-DEVG-21952IT
  62. CR-DEVG-21952IT
  63. CR-DEVG-21952IT
  64. CR-DEVG-21952IT
  65. CR-DEVG-21952IT
  66. CR-DEVG-21952IT
  67. CR-DEVG-21952IT
  68. CR-DEVG-21952IT
  69. CR-DEVG-21952IT
  70. CR-DEVG-21952IT
  71. CR-DEVG-21952IT
  72. CR-DEVG-21952IT
  73. CR-DEVG-21952IT
  74. CR-DEVG-21952IT
  75. CR-DEVG-21952IT
  76. CR-DEVG-21952IT
  77. CR-DEVG-21952IT
  78. CR-DEVG-21952IT
  79. CR-DEVG-21952IT
  80. CR-DEVG-21952IT
  81. CR-DEVG-21952IT
  82. CR-DEVG-21952IT
  83. CR-DEVG-21952IT
  84. CR-DEVG-21952IT
  85. ISS-DEVG-20351IT
118949 http://kolektyw.bikeboard.pl/konkurs-cube-analog,mojehasla http://kolektyw.bikeboard.pl/konkurs-cube-analog,mojehasla fałsz
118948 ^[0-9]+([\.][0-9]+)?$ 3.8 prawda
  1. 3.8
    • .8
118947 ^[0-9]+([\.][0-9]+)?$ 3 prawda
  1. 3
118946 /<a.*href=\"([^\"]*)\".*>(.*)<\/a>/iU <a href=​"/​bf3/​pl/​servers/​show/​44709468-50a3-4baf-b5ce-ea4ba1a4f231/​Wolfenbuetteler-Seine-only-1P-Start-high-Tickets/​">​Wolfenbuetteler-Seine-only-1P-Start-high-Tickets​</a>​ fałsz
118945 ^([0-9]+(\.[0-9]+)?)$/D 3 fałsz
118944 ^([0-9]+(\.[0-9]+)?)$/D 3.4 fałsz
118943 (^([0-9]+(\.[0-9]+)?)$) 3.4 prawda
  1. 3.4
    • 3.4
    • .4
118942 ^([0-9]+(\.[0-9]+)?)$ 3 prawda
  1. 3
    • 3
118941 /^([0-9]+(\.[0-9]+)?)$ 3 fałsz
118940 /^([0-9]+(\.[0-9]+)?)$ 3.768 fałsz
118939 /^([0-9]+(\.[0-9]+)?)$ 3.3 fałsz
118938 ^([0-9]+(\.[0-9]+)?)$ 3.3 prawda
  1. 3.3
    • 3.3
    • .3
118937 ^([0-9]+(\.[0-9]+)?)$ -3 fałsz

« poprzednia 1 210 11 12 13 14 15 16 17 18 19 204630 4631 następna »