Rev 3469 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3469 | Rev 4091 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | Tutti i confronti sono fatti sulle catene di caratteri (stringhe): <tt>string1 rel string2</tt>. |
1 | Tutti i confronti sono fatti sulle catene di caratteri (stringhe): <tt class="wims_code_words">string1 rel string2</tt>. |
2 | Più confronti possono essere uniti dai connettivi <tt>and |
2 | Più confronti possono essere uniti dai connettivi <tt class="wims_code_words">and</tt> e <tt class="wims_code_words">or</tt>. Le parentesi possono essere utilizzate per costruire espressioni logiche più complesse. <p> |
3 | :Possibili relazioni <tt>rel</tt>: |
3 | :Possibili relazioni <tt class="wims_code_words">rel</tt>: |
4 | :relazione,>condizione |
4 | :relazione,>condizione |
5 | :== |
5 | :== |
6 | string1 == string2 o string1 = string2 |
6 | string1 == string2 o string1 = string2 |
7 | vera se <tt |
7 | vera se <tt class="wims_code_words"> string1</tt> e <tt class="wims_code_words"> string2 </tt> sono identiche. |
8 | :!= |
8 | :!= |
9 | string1 != string2 string1 <> string2 |
9 | string1 != string2 string1 <> string2 |
10 | vera se <tt |
10 | vera se <tt class="wims_code_words"> string1</tt> e <tt class="wims_code_words"> string2 </tt> non sono identiche |
11 | :< |
11 | :< |
12 | vera se il valore numerico di <tt>string1 |
12 | vera se il valore numerico di <tt class="wims_code_words">string1</tt> è strettamente inferiore a quello di <tt class="wims_code_words">string2</tt> |
13 | :<= |
13 | :<= |
14 | vera se il valore numerico di <tt>string1 |
14 | vera se il valore numerico di <tt class="wims_code_words">string1</tt> è minore o uguale a quello di <tt class="wims_code_words">string2</tt>. |
15 | :> |
15 | :> |
16 | string1 > string2 |
16 | string1 > string2 |
17 | vera se il valore numerico di <tt>string1 |
17 | vera se il valore numerico di <tt class="wims_code_words">string1</tt> è strettamente maggiore di quello di <tt class="wims_code_words">string2</tt>. |
18 | :>= |
18 | :>= |
19 | string1 >= string2 |
19 | string1 >= string2 |
20 | vera se il valore numerico di <tt>string1 |
20 | vera se il valore numerico di <tt class="wims_code_words">string1</tt> è maggiore o uguale a quello di <tt class="wims_code_words">string2</tt>. |
21 | :isin |
21 | :isin |
22 | string1 isin string2 |
22 | string1 isin string2 |
23 | vera se <tt>string1</tt> è contenuta in <tt>string2</tt>. |
23 | vera se <tt class="wims_code_words">string1</tt> è contenuta in <tt class="wims_code_words">string2</tt>. |
24 | :notin |
24 | :notin |
25 | string1 notin string2 |
25 | string1 notin string2 |
26 | vera se <tt>string1 |
26 | vera se <tt class="wims_code_words">string1</tt> non è contenuta in <tt class="wims_code_words">string2</tt>. |
27 | :iswordof |
27 | :iswordof |
28 | string1 iswordof string2 |
28 | string1 iswordof string2 |
29 | vera se <tt>string1 |
29 | vera se <tt class="wims_code_words">string1</tt> è una parola di <tt class="wims_code_words">string2</tt>. |
30 | :notwordof |
30 | :notwordof |
31 | string1 notwordof string2 |
31 | string1 notwordof string2 |
32 | vera se <tt>string1 |
32 | vera se <tt class="wims_code_words">string1</tt> non è una parola di <tt class="wims_code_words">string2</tt>. |
33 | :isvarof |
33 | :isvarof |
34 | string1 isvarof string2 |
34 | string1 isvarof string2 |
35 | vera se <tt>string1 |
35 | vera se <tt class="wims_code_words">string1</tt> è una variabile matematica dell'espressione <tt class="wims_code_words">string2</tt>. |
36 | :notvarof |
36 | :notvarof |
37 | string1 notvarof string2 |
37 | string1 notvarof string2 |
38 | vera se <tt>string1 |
38 | vera se <tt class="wims_code_words">string1</tt> non è una variabile matematica dell'espressione <tt class="wims_code_words">string2</tt>. |
39 | :isvariableof |
39 | :isvariableof |
40 | string1 isvariableof string2 |
40 | string1 isvariableof string2 |
41 | vera se <tt>string1 |
41 | vera se <tt class="wims_code_words">string1</tt> è una variabile matematica dell'espressione <tt class="wims_code_words">string2</tt>. |
42 | :notvariableof |
42 | :notvariableof |
43 | vera se <tt>string1 |
43 | vera se <tt class="wims_code_words">string1</tt> non è una variabile matematica dell'espressione <tt class="wims_code_words">string2</tt>. |
44 | :isitemof |
44 | :isitemof |
45 | string1 isitemof string2 |
45 | string1 isitemof string2 |
46 | vera se <tt>string1 |
46 | vera se <tt class="wims_code_words">string1</tt> è un elemento della lista <tt class="wims_code_words">string2</tt>. |
47 | :notitemof |
47 | :notitemof |
48 | string1 notitemof string2 |
48 | string1 notitemof string2 |
49 | vera se <tt>string1 |
49 | vera se <tt class="wims_code_words">string1</tt> non è un elemento della lista <tt class="wims_code_words">string2</tt>. |
50 | :islineof |
50 | :islineof |
51 | string1 islineof string2 |
51 | string1 islineof string2 |
52 | vera se <tt>string1 |
52 | vera se <tt class="wims_code_words">string1</tt> è una riga di <tt class="wims_code_words">string2</tt>. |
53 | :notlineof |
53 | :notlineof |
54 | string1 notlineof string2 |
54 | string1 notlineof string2 |
55 | vera se <tt>string1 |
55 | vera se <tt class="wims_code_words">string1</tt> non è una riga di <tt class="wims_code_words">string2</tt>. |
56 | :issamecase |
56 | :issamecase |
57 | string1 issamecase string2 |
57 | string1 issamecase string2 |
58 | vera se <tt>string1</tt> e |
58 | vera se <tt class="wims_code_words">string1</tt> e |
59 | <tt>string2</tt> sono lo stesso testo, non tenendo conto degli spazi ripetuti, ma tenendo conto della maiuscole/minuscole. |
59 | <tt class="wims_code_words">string2</tt> sono lo stesso testo, non tenendo conto degli spazi ripetuti, ma tenendo conto della maiuscole/minuscole. |
60 | :notsamecase |
60 | :notsamecase |
61 | string1 notsamecase string2 |
61 | string1 notsamecase string2 |
62 | vera se <tt>string1</tt> et |
62 | vera se <tt class="wims_code_words">string1</tt> et |
63 | <tt>string2</tt> mpm verofocamp il criterio precedente. |
63 | <tt class="wims_code_words">string2</tt> mpm verofocamp il criterio precedente. |
64 | :issametext |
64 | :issametext |
65 | string1 issametext string2 |
65 | string1 issametext string2 |
66 | vera se <tt>string1</tt> e |
66 | vera se <tt class="wims_code_words">string1</tt> e |
67 | <tt>string2</tt> sono lo stesso testo, senza tener conto di maiuscole/minuscole, spazi ripetuti e lettere accentate. |
67 | <tt class="wims_code_words">string2</tt> sono lo stesso testo, senza tener conto di maiuscole/minuscole, spazi ripetuti e lettere accentate. |
68 | :notsametext |
68 | :notsametext |
69 | string1 notsametext string2 |
69 | string1 notsametext string2 |
70 | vera se <tt>string1</tt> |
70 | vera se <tt class="wims_code_words">string1</tt> |
71 | e <tt>string2</tt> non verificano il criterio precedente. |
71 | e <tt class="wims_code_words">string2</tt> non verificano il criterio precedente. |