summaryrefslogtreecommitdiff
path: root/ult/Documentation/7.2.rst
diff options
context:
space:
mode:
authorikkiran2012-06-21 18:19:40 +0530
committerikkiran2012-06-21 18:19:40 +0530
commit912b905e1d9f1c866b101cb3f6107971eb464e52 (patch)
tree22a91d540a7cc4e3e969460844c902e4df9cb3bd /ult/Documentation/7.2.rst
parent3c5feb1ca2e2e8221d9982879e5068b29a063d90 (diff)
downloadsdes-stscripts-912b905e1d9f1c866b101cb3f6107971eb464e52.tar.gz
sdes-stscripts-912b905e1d9f1c866b101cb3f6107971eb464e52.tar.bz2
sdes-stscripts-912b905e1d9f1c866b101cb3f6107971eb464e52.zip
Added documentation to ULT
Diffstat (limited to 'ult/Documentation/7.2.rst')
-rw-r--r--ult/Documentation/7.2.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/ult/Documentation/7.2.rst b/ult/Documentation/7.2.rst
new file mode 100644
index 0000000..5db4c81
--- /dev/null
+++ b/ult/Documentation/7.2.rst
@@ -0,0 +1,29 @@
+
+7.2 Manipulating strings
+========================
+
+1. Slice strings and get sub-strings out of them
+ * Check whether a particular string is valid for the given list(0.45 - 3.00)
+ * Exercise 1: Obtain a sub-string excluding the first and last characters
+ from the string s(3.08 - 4.10)
+
+#. Reverse strings.
+ * Finding out, if a given string is palindromic or not(4.11 - 5.24)
+
+#.Convert strings to upper or lower case.
+ * Converting a string to lower/upper case(5.25 - 6.49)
+ * Exercise 2: Combined exercise of sub-string and converting strings to upper/lower case(6.56 - 8.01)
+
+#. Replace characters in strings.
+ * Example of replacing special characters in strings(8.02 - 9.18)
+ * Exercise 3: Replace the ``[dot]`` with ``.``(9.27 - 10.06)
+
+#. Join a list of strings
+ * Example showing how to obtain one long string of e-mail addresses separated
+ by commas or semi-colons from a list of e-mail addresses(10.07 - 11.32)
+ * Exercise 4: Change the seperator from a given string(11.39 - 12.29)
+
+#. Summary(12.33 - 12.54)
+
+#. Evaluation Questions(12.56 - 14.10)
+