1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir
3cdf0e10cSrcweir
4cdf0e10cSrcweir
5*82a1df74SAndrew Rist<!--***********************************************************
6cdf0e10cSrcweir *
7*82a1df74SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
8*82a1df74SAndrew Rist * or more contributor license agreements.  See the NOTICE file
9*82a1df74SAndrew Rist * distributed with this work for additional information
10*82a1df74SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
11*82a1df74SAndrew Rist * to you under the Apache License, Version 2.0 (the
12*82a1df74SAndrew Rist * "License"); you may not use this file except in compliance
13*82a1df74SAndrew Rist * with the License.  You may obtain a copy of the License at
14*82a1df74SAndrew Rist *
15*82a1df74SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
16*82a1df74SAndrew Rist *
17*82a1df74SAndrew Rist * Unless required by applicable law or agreed to in writing,
18*82a1df74SAndrew Rist * software distributed under the License is distributed on an
19*82a1df74SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20*82a1df74SAndrew Rist * KIND, either express or implied.  See the License for the
21*82a1df74SAndrew Rist * specific language governing permissions and limitations
22*82a1df74SAndrew Rist * under the License.
23*82a1df74SAndrew Rist *
24*82a1df74SAndrew Rist ***********************************************************-->
25*82a1df74SAndrew Rist
26*82a1df74SAndrew Rist
27cdf0e10cSrcweir
28cdf0e10cSrcweir
29cdf0e10cSrcweir		<helpdocument version="1.0">
30cdf0e10cSrcweir<meta>
31cdf0e10cSrcweir<topic id="textsbasicshared03120300xml" indexer="include" status="PUBLISH">
32cdf0e10cSrcweir<title id="tit" xml-lang="en-US">Editing String Contents</title>
33cdf0e10cSrcweir<filename>/text/sbasic/shared/03120300.xhp</filename>
34cdf0e10cSrcweir</topic>
35cdf0e10cSrcweir</meta>
36cdf0e10cSrcweir<body>
37cdf0e10cSrcweir<section id="manipu">
38cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id7499008"><bookmark_value>ampersand symbol in StarBasic</bookmark_value>
39cdf0e10cSrcweir</bookmark><comment>mw added one index entry</comment><paragraph role="heading" id="hd_id3153894" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03120300.xhp" name="Editing String Contents">Editing String Contents</link></paragraph>
40cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3149178" xml-lang="en-US" l10n="CHG" oldref="2">The following functions edit, format, and align the contents of strings. Use the &amp; operator to concatenate strings.</paragraph>
41cdf0e10cSrcweir</section>
42cdf0e10cSrcweir<embed href="text/sbasic/shared/03120301.xhp#format"/>
43cdf0e10cSrcweir<embed href="text/sbasic/shared/03120302.xhp#lcase"/>
44cdf0e10cSrcweir<embed href="text/sbasic/shared/03120303.xhp#left"/>
45cdf0e10cSrcweir<embed href="text/sbasic/shared/03120304.xhp#lset"/>
46cdf0e10cSrcweir<embed href="text/sbasic/shared/03120305.xhp#ltrim"/>
47cdf0e10cSrcweir<embed href="text/sbasic/shared/03120306.xhp#mid"/>
48cdf0e10cSrcweir<embed href="text/sbasic/shared/03120307.xhp#right"/>
49cdf0e10cSrcweir<embed href="text/sbasic/shared/03120308.xhp#rset"/>
50cdf0e10cSrcweir<embed href="text/sbasic/shared/03120309.xhp#rtrim"/>
51cdf0e10cSrcweir<embed href="text/sbasic/shared/03120311.xhp#trim"/>
52cdf0e10cSrcweir<embed href="text/sbasic/shared/03120310.xhp#ucase"/>
53cdf0e10cSrcweir<embed href="text/sbasic/shared/03120314.xhp#split"/>
54cdf0e10cSrcweir<embed href="text/sbasic/shared/03120315.xhp#join"/>
55cdf0e10cSrcweir<embed href="text/sbasic/shared/03120312.xhp#converttourl"/>
56cdf0e10cSrcweir<embed href="text/sbasic/shared/03120313.xhp#convertfromurl"/>
57cdf0e10cSrcweir</body>
58cdf0e10cSrcweir</helpdocument>
59