-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstring.html
283 lines (282 loc) · 17.6 KB
/
string.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<html>
<head>
<script type="text/javascript" src="scripts/article.js"></script>
<link rel="stylesheet" href="style/article.css" />
</head>
<body onload="load()" prev="boolean.html" next="math.html">
<h1>String | डोर
<select name="H/E" onchange="set(this.value)">
<option value="english">English</option>
<option value="hindi">हिन्दी(Hindi)</option>
</select><br>
<input type="button" value="pervious" onclick="pchapter()">
<a class="btn" onclick="nchapter()" href="#"><span> →</span>NEXT</a>
</h1>
<chapter>
<h2> String | डोर :</h2>
<p>
<e>
These are used for storing text in them .<br>A <c>डोर</c> contains a collection of characters surrounded by double quotes <c>" "</c> :
</e>
<h>
इनका उपयोग पाठ/लेखन(text) को संग्रहीत करने केलिए किया जाता है। <br>एक <c>डोर</c> में दोहरे उद्धरणों <c>" "</c> से घिरे वर्णों का एक संग्रह होता है :
</h>
</p>
<p>
<div class="example">
<e>
<h3 class="h-note">Example:</h3>
Given example creates a variable of type <c>डोर</c> and assigns it a value:
</e>
<h> <h3 class="h-note">उदाहरण:</h3>
दिया गया उदाहरण <c>डोर</c> प्रकार का एक variable बनाता है और इसे एक value प्रदान करता है:
</h>
<div class="code-container" style="height:5%"><div class="code TOE" id="editor">
डोर text ="Hello";
</div></div></div>
</p><br><hr><br>
<h2> String Length|एक पंक्ति टिप्पणियाँ|एक रेखा(लाइन) मे टिप्पणियाँ </h2>
<p>
<e>
A <c>डोर</c> (String) , here is actually an वस्तु (object), which contain विधियाँ (methods) that can perform certain operations on <c>डोर</c> (strings). For example, the length of a string can be found with the <c>लंबाई()</c>विधि ("लंबाई()" method) :
</e>
<h>
एक <c>डोर</c> (String) (यहाँ) वास्तव में एक वस्तु (object) है, जिसमें विधियाँ (methods) होती हैं जो <c>डोर</c> (String) पर कुछ संचालन कर सकती हैं। उदाहरण के लिए, <c>लंबाई()</c>विधि ("लंबाई()" method) से एक <c>डोर</c> (String) की लंबाई पाई जा सकती है:
</h><br>
</p>
<p>
<div class="example">
<e><h3 class="h-note">Example:</h3></e>
<h> <h3 class="h-note">उदाहरण:</h3></h>
<div class="code-container" style="height:10%"><div class="code" id="editor">
डोर लेखन = "ABCDEFGHIJKLMNOPQRSTUVWXYZअआइईउऊऋलृएऐओऔअंअः";
तंत्र.बाहर.प्रिंट("डोर की लंबाई है : " + लेखन.लंबाई() );
</div></div></div>
</p><br><hr><br>
<h2> Finding a Character in a String| एक डोर में वर्णों को ढूँढना </h2>
<p>
<e>
The <c>अनुक्रमांक</c> विधि (indexOf()) method returns the अनुक्रमांक or index (the position) of the first occurrence of a specified text in a <c>डोर</c> (string) (including whitespace <c> </c> ):
</e>
<h>
<c>अनुक्रमांक</c> विधि , एक <c>डोर</c> (string) में निर्दिष्ट पाठ/लेखन की पहली प्राप्ती/घटना का सूचकांक/अनुक्रमांक लौटाती है (खाली स्थानो को गिनके ) :
</h><br>
</p>
<p>
<div class="example">
<e><h3 class="h-note">Example:</h3></e>
<h> <h3 class="h-note">उदाहरण:</h3></h>
<div class="code-container">
<div class="code TOE" id="editor">
डोर लेख = "कृपया 'मुझे' ढूँढे ";
तंत्र.बाहर.प्रिंट( लेखन.अनुक्रमांक("मुझे"));
</div></div></div>
</p>
<p>
<div class="note">
<e>
<h3 class="h-note">Note :</h3>
Here the counting positions starts from zero.<br><br> 0 is the first position in a string, 1 is the second, 2 is the third ... . .<br><br>And if it's a hindi text then all "matra"'s are also counted , like "ा ी ि े ै " and even a "halant" i.e. "्" or a half character in hindi also gets an index to itself . <br><br>As in above example a half ऋ i.e " ृ" in कृ gets an index along with ा in या , ू in मू , े in झे and ( ' ) all combine to give output 7 .(including other characters) . You can also search for "ृ" or े to find their positions/indexes , just keep in mind that indexes starts from 0 .
</e>
<h>
<h3 class="h-note">ध्यान दे:</h3>
यहाँ शून्य से पदों की गणना की जाती है।<br> 0 एक डोर में पहलाम क्रमांक है, 1 दूसरा है, 2 तीसरा है ...<br><br>और यदि यह एक हिंदी लेख है तो सभी "मात्रा"ओं की भी गिनती की जाती है जैसे "ा ी ि ू ु े ै" और यहां तक की एक "हलंत" यानी "्" या हिंदी में आधा वर्ण भी खुद को एक सूचकांक प्राप्त कराता है । <br><br>उपर्युक्त उदाहरण की तरह एक आधा ऋ अर्थात कृ में "ृ" को एक अनुक्रमांक मिलता है , "या" मे ा , मुझे का ू और े ,साथ ही ' सभी मिलकर नतीजा 7 देते हैं। (अन्य वर्णों सहित). आप स्थिति का पता लगाने के लिए "ृ", "ी" या "ँ" आदि को भी खोज सकते हैं बस ध्यान रखें की अनुक्रमांक 0 से ही शुरू होगा ।
</h>
</div>
</p>
</chapter>
<chapter>
<h2> String Concatenation | दो डोर को जोड़े | डोर संघनन</h2>
<p>
<e>
The <c>+</c> operator can be used between <c>डोर</c> (strings) to combine them. This is called संघनन (concatenation):
</e>
<h>
<c>+</c> चिन्ह का उपयोग <c>डोर</c> (strings) के बीच उन्हें संयोजित करने के लिए किया जा सकता है। इसे <c>डोर</c> संघनन कहते हैं :
</h><br>
</p>
<p>
<div class="example">
<e><h3 class="h-note">Example:</h3></e>
<h> <h3 class="h-note">उदाहरण:</h3></h>
<div class="code-container"><div class="code TOE" id="editor">
डोर नाम = "रमेश";
डोर उपनाम = "बाबू";
तंत्र.बाहर.प्रिंट(नाम + " " + उपनाम );
</div></div></div>
</p><br><hr><br>
<p>
<div class="note">
<e>
<h3 class="h-note">WARNING! :</h3>
Here we use the <c>+</c> operator for both addition and संघनन (concatenation).<br><br>Numbers are added <c>डोर</c> (Strings) are संघनन (concatenated).
</e>
<h>
<h3 class="h-note">चेतावनी! :</h3>
यहाँ हम जोडने और संयोजन दोनों के लिए <c>+</c> संचालिका का प्रयोग करते हैं।<br><br>संख्या/नंबर जोड़े जाते हैं , <c>डोर</c> (Strings) का संघनन/श्रृंखलाबद्धनन होता हैं।
</h>
</div>
</p><br><hr>
<p>
<e>
If we add two numbers( <c>अंक</c> .. ) , the result will be a number ( <c>अंक</c> .. ) :
</e>
<h>
यदि हम दो संख्याओं (<c>अंक</c> ..) को जोड़ते हैं, तो परिणाम एक संख्या ( <c>अंक</c> ..) होगा :
</h><br>
</p>
<p>
<div class="example">
<e><h3 class="h-note">Example:</h3></e>
<h> <h3 class="h-note">उदाहरण:</h3></h>
<div class="code-container"><div class="code TOE" id="editor">
अंक अ = 100 ;
अंक आ = 200 ;
अंक ब = अ + आ ;//ब 300 होगा जो एक अंक है (ना की 100200)
</div></div></div>
</p><br><hr><br>
<p>
<e>
If we add two <c>डोर</c> (strings), the result will be a <c>डोर</c> (strings concatenation ) :
</e>
<h>
यदि हम दो <c>डोर</c> (strings) जोड़ते हैं, तो परिणाम एक <c>डोर</c> संयोजन (strings concatination) होगा :
</h><br>
</p>
<p>
<div class="example">
<e><h3 class="h-note">Example:</h3></e>
<h> <h3 class="h-note">उदाहरण:</h3></h>
<div class="code-container"><div class="code TOE" id="editor">
डोर अ = "100" ;
डोर आ = "200" ;
डोर ब = अ + आ ;// ब 100200 होगा जो एक डोर है (ना की 300)
</div></div></div>
</p><br><hr><br>
<p>
<e>
If we add a number( <c>अंक</c>..) and a <c>डोर</c> (string), the result will be a <c>डोर</c> (strings concatenation ) :
</e>
<h>
यदि हम एक संख्या और एक <c>डोर</c> (string) जोड़ते हैं, तो परिणाम एक <c>डोर</c> संयोजन (strings concatination) ही होगा :
</h><br>
</p>
<p>
<div class="example">
<e><h3 class="h-note">Example:</h3></e>
<h> <h3 class="h-note">उदाहरण:</h3></h>
<div class="code-container"><div class="code TOE" id="editor">
डोर अ = "100" ;
अंक आ = "200" ;
डोर ब = अ + आ ;// ब 100200 होगा जो एक डोर है (ना की 300)
</div></div></div>
</p><br><br><br>
</chapter>
<chapter>
<h2> Strings - Special Characters | स्ट्रिंग्स मे विशेष वर्ण</h2>
<p>
<e>
As a <c>डोर</c> (string) must be written within quotes<c>" "</c>, compiler will misunderstand this <c>डोर</c> (string), and generate a <b>त्रुटि</b> error :
</e>
<h>
<c>डोर</c> (string) को उद्धरण-चिह्न्हो ( <c>" "</c> ) के भीतर लिखा जाना चाहिए, कंप्युटर/कंपाइलर इस <c>डोर</c> (string) को गलत समझेगा, और एक <b>त्रुटि</b> (error)देगा :
</h><br>
</p>
<p>
<div class="example" style="background-color:#ff1a1a;">
<e><h3 class="h-note">Example:</h3></e>
<h> <h3 class="h-note">उदाहरण:</h3></h>
<div class="code-container" style="height:5%"><div class="code TOE" id="editor">
डोर लेख = "हम "भारत" देश के नागरिक है ";//त्रुटि / गलती देगा
</div></div></div>
</p>
<p>
<e>
The solution to avoid this problem, is to use the backslash escape character.<br><br>The backslash (<c>\</c>) escape character turns special characters into <c>डोर</c> (string) characters :
</e>
<h>
इस समस्या से बचने का उपाय पलायनवादी वर्ण का इस्तेमाल है : <c>\</c> वर्ण (backslash escape character) का उपयोग करना है।<br><br>बैकस्लैश (<c>\</c>) वर्ण विशेष वर्णों को <c>डोर</c> (स्ट्रिंग) में बदल देता है :
</h>
</p>
<table border="2%" align="center">
<tr>
<th><e>Escape character</e><h>पलायनवादी वर्ण</h></th>
<th><e>Result</e><h>नतीजा</h></th>
<th><e>Description</e><h>वर्णन</h></th>
</tr>
<tr>
<td><c>\"</c></td><td>"</td>
<td><e>Would insert a " </e><h>एक " डाल देगा </h></td>
</tr>
<tr>
<td><c>\'</c></td><td>'</td>
<td><e>Would insert a ' </e><h>एक ' डाल देगा </h></td>
</tr>
<tr>
<td><c>\\</c></td><td>\</td>
<td><e>Would insert a \ </e><h>एक \ डाल देगा </h></td>
</tr>
<tr>
<td><c>\n</c></td><td><e>New Line</e><h>एक नई रेखा</h></td>
<td><e>Would insert a New Line </e><h>एक नई रेखा डाल देगा</h></td>
</tr>
<tr>
<td><c>\r</c></td><td><e>Carriage Return</e><h>वाहक पुर्नागमन</h></td>
<td><e>Would insert a Carriage Return</e><h>एक वाहक पुर्नागमन डाल देगा</h></td>
</tr>
<tr>
<td><c>\t</c></td><td><e>Tab</e><h>8 बाइट</h></td>
<td><e>Would insert a Tab</e><h>एक टैब डाल देगा</h></td>
</tr>
<tr>
<td><c>\b</c></td><td><e>Backspace</e><h>पश्चीयन</h></td>
<td><e>Would insert a Backspace</e><h>एक वर्ण काम कर देगा</h></td>
</tr>
<tr>
<td><c>\f</c></td><td><e>Form Feed</e><h>पृष्ट भरण</h></td>
<td><e>Would insert a Form Feed</e><h>एक पृष्ट भरण डाल देगा</h></td>
</tr>
</table>
<p>
<e>The sequence <c>\"</c> inserts a double quote ( " ) in a <c>डोर</c> (string):</e>
<h>
<c>\"</c> ये वर्ण मिलके एक <c>डोर</c> (string) में दोहरा उद्धरण ( " ) सम्मिलित करता है:
</h>
</p>
<p>
<div class="example" >
<e><h3 class="h-note">Example:</h3></e>
<h> <h3 class="h-note">उदाहरण:</h3></h>
<div class="code-container" style="height:15%"><div class="code TOE" id="editor">
डोर लेख = "हम \"भारत\" देश के नागरिक है ";
// हम "भारत" देश के नागरिक है : लिख देगा
</div></div></div>
</p><br><hr><br>
<p>
<e>The sequence <c>\'</c> inserts a single quote ( ' ) in a <c>डोर</c> (string):</e>
<h>
<c>\'</c> ये वर्ण मिलके एक <c>डोर</c> (string) में एक उद्धरण ( ' ) सम्मिलित करता है:
</h>
</p>
<p>
<div class="example" >
<e><h3 class="h-note">Example:</h3></e>
<h> <h3 class="h-note">उदाहरण:</h3></h>
<div class="code-container" style="height:15%"><div class="code TOE" id="editor">
डोर लेख = "हम \'भारत\' देश के नागरिक है ";
// हम 'भारत' देश के नागरिक है : लिख देगा
</div></div></div>
</p>
<p><b>
<e>Similarly other characters would give respective outputs. </e>
<h> और आगे ऐसे ही बाकी वर्णों से संबंधित नतीजे प्राप्त होंगे |</h>
</b>
</p><br><br><br>
</chapter>
<script src="scripts/article.js"></script>
<script src="scripts/ace.js"></script>
<script src="scripts/cobalt.js"></script>
<script src="scripts/mode-javaa.js"></script>
<script>codeload();</script>
</body>
</html>