test_prosite Patterns: 'A.' 'A' '(A)' Patterns: 'x.' '.' '(.)' Patterns: '{A}.' '[^A]' '([^A])' Patterns: '[AB].' '[AB]' '([AB])' Patterns: '{AB}.' '[^AB]' '([^AB])' Patterns: 'A-B.' 'AB' '(A)(B)' Patterns: 'A-x.' 'A.' '(A)(.)' Patterns: '[AB]-[BC].' '[AB][BC]' '([AB])([BC])' Patterns: '[AB]-[BC]-[CD].' '[AB][BC][CD]' '([AB])([BC])([CD])' Patterns: '[AB]-[BC]-[CDEFGHIKLMN].' '[AB][BC][CDEFGHIKLMN]' '([AB])([BC])([CDEFGHIKLMN])' Patterns: '{AB}-[BC]-[CD].' '[^AB][BC][CD]' '([^AB])([BC])([CD])' Patterns: '[AB]-{BC}-[CD].' '[AB][^BC][CD]' '([AB])([^BC])([CD])' Patterns: '[AB]-[BC]-{CD}.' '[AB][BC][^CD]' '([AB])([BC])([^CD])' Patterns: '{AB}-[BC]-{CD}.' '[^AB][BC][^CD]' '([^AB])([BC])([^CD])' Patterns: 'A-B-C-D.' 'ABCD' '(A)(B)(C)(D)' Patterns: '.' 'A$' '(A)$' Patterns: '{A}>.' '[^A]$' '([^A])$' Patterns: '[AB]>.' '[AB]$' '([AB])$' Patterns: '{AB}>.' '[^AB]$' '([^AB])$' Patterns: 'A-B>.' 'AB$' '(A)(B)$' Patterns: '[AB]-[BC]>.' '[AB][BC]$' '([AB])([BC])$' Patterns: '[AB]-[BC]-[CD]>.' '[AB][BC][CD]$' '([AB])([BC])([CD])$' Patterns: '[AB]-[BC]-[CDEFGHIKLMN]>.' '[AB][BC][CDEFGHIKLMN]$' '([AB])([BC])([CDEFGHIKLMN])$' Patterns: '{AB}-[BC]-[CD]>.' '[^AB][BC][CD]$' '([^AB])([BC])([CD])$' Patterns: '[AB]-{BC}-[CD]>.' '[AB][^BC][CD]$' '([AB])([^BC])([CD])$' Patterns: '[AB]-[BC]-{CD}>.' '[AB][BC][^CD]$' '([AB])([BC])([^CD])$' Patterns: '{AB}-[BC]-{CD}>.' '[^AB][BC][^CD]$' '([^AB])([BC])([^CD])$' Patterns: '.' '^A$' '^(A)$' Patterns: '<{A}>.' '^[^A]$' '^([^A])$' Patterns: '<[AB]>.' '^[AB]$' '^([AB])$' Patterns: '<{AB}>.' '^[^AB]$' '^([^AB])$' Patterns: '.' '^AB$' '^(A)(B)$' Patterns: '<[AB]-[BC]>.' '^[AB][BC]$' '^([AB])([BC])$' Patterns: '<[AB]-[BC]-[CD]>.' '^[AB][BC][CD]$' '^([AB])([BC])([CD])$' Patterns: '<[AB]-[BC]-[CDEFGHIKLMN]>.' '^[AB][BC][CDEFGHIKLMN]$' '^([AB])([BC])([CDEFGHIKLMN])$' Patterns: '<{AB}-[BC]-[CD]>.' '^[^AB][BC][CD]$' '^([^AB])([BC])([CD])$' Patterns: '<[AB]-{BC}-[CD]>.' '^[AB][^BC][CD]$' '^([AB])([^BC])([CD])$' Patterns: '<[AB]-[BC]-{CD}>.' '^[AB][BC][^CD]$' '^([AB])([BC])([^CD])$' Patterns: '<{AB}-[BC]-{CD}>.' '^[^AB][BC][^CD]$' '^([^AB])([BC])([^CD])$' Patterns: 'A-[BC>].' 'A(?:[BC]|$)' '(A)((?:[BC]|$))' Patterns: '].' '^A(?:[BC]|$)' '^(A)((?:[BC]|$))' Patterns: 'A-[BC>]>.' 'A(?:[BC]|$)$' '(A)((?:[BC]|$))$' Patterns: '[].' '(?:^|[AB])(?:[CD]|$)' '((?:^|[AB]))((?:[CD]|$))' Patterns: '[].' '(?:^|[ABC$])' '((?:^|[ABC$]))' Patterns: 'A(3).' 'A{3}' '(A{3})' Patterns: 'x(3).' '.{3}' '(.{3})' Patterns: 'A(3)-B(3).' 'A{3}B{3}' '(A{3})(B{3})' Patterns: 'A(2,3)-B(1,3).' 'A{2,3}B{1,3}' '(A{2,3})(B{1,3})' Patterns: 'A-x(1,5)-B.' 'A.{1,5}B' '(A)(.{1,5})(B)' Patterns: '[AB](3,4).' '[AB]{3,4}' '([AB]{3,4})' Patterns: '{AB}(3,5)-A(2).' '[^AB]{3,5}A{2}' '([^AB]{3,5})(A{2})' A - correctly failed A< - correctly failed >A - correctly failed A<. - correctly failed >A. - correctly failed [AB]<. - correctly failed >[AB]. - correctly failed AB. - correctly failed A-B<. - correctly failed A(B). - correctly failed A.B - correctly failed A.B. - correctly failed A-B - correctly failed [A-B] - correctly failed {[A-B]}. - correctly failed [{AB}]. - correctly failed (A). - correctly failed [A>]-B. - correctly failed A-[]-A. - correctly failed 1. - correctly failed [1]. - correctly failed [A1B]. - correctly failed {1}. - correctly failed [<]. - correctly failed [>]. - correctly failed [AB]. - correctly failed