Changes for page 3. Variables
Last modified by Outhman Moustaghfir on 2024/01/23 13:58
<
>
edited by Outhman Moustaghfir
on 2021/04/28 02:02
on 2021/04/28 02:02
edited by Outhman Moustaghfir
on 2021/04/28 01:59
on 2021/04/28 01:59
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -104,9 +104,9 @@ 104 104 105 105 you can discover all these functions on the following URL : 106 106 107 - __[[https:~~/~~/docs.oracle.com/javase/8/docs/api/java/lang/String.html#method.summary>>https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#method.summary]]__107 +[[https:~~/~~/docs.oracle.com/javase/8/docs/api/java/lang/String.html#method.summary>>https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#method.summary]] 108 108 109 -Eg: to check if avariable"myVar"is empty or not, we refer to the isEmpty() methodas ${myVar.isEmpty()}, if so then it returns true, if not it will return false.109 +Eg: to check if the variable is empty or not, we refer to the isEmpty() method 110 110 111 111 112 112