Enable JavaScript in the browser to display LibreOfficeDev Help pages.
Editing String Contents
The following functions edit, format, and align the contents of strings. Use the & or + operators to concatenate strings.
Converts a numeric expression to a string, and then formats it according to the format that you specify.
स्ट्रिंग के सभी अपरकेस अक्षरों को लोअरकेस में बदलता है.
बायीँ ओर का अंतिम अक्षर प्रस्तुत करता है जिसे आप स्ट्रिंग एक्सप्रेशन में निर्धारित करते हैं.
Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type.
स्ट्रिंग एक्सप्रेशन के प्रारंभ के सभी लीडिंग स्पेसेज़ को मिटाता है.
Returns the specified portion of a string expression (Mid function), or replaces the portion of a string expression with another string (Mid subroutine).
Replaces some string by another.
स्ट्रिंग एक्सप्रेशन के सबसे दाहिने के "n" अक्षरों को प्रस्तुत करता है.
Right-aligns a string within a string variable, or copies a user-defined variable type into another.
स्ट्रिंग एक्सप्रेशन के अंत में रिक्त स्थानों को मिटाता है.
सभी लीडिंग व ट्रेलिंग स्पेसेज़ को स्ट्रिंग एक्सप्रेशन से मिटाता है.
स्ट्रिंग के लोअरकेस अक्षरों को अपरकेस में बदलता है.
स्ट्रिंग एक्सप्रेशन से सब-स्ट्रिंग के ऐरे प्रस्तुत करता है.
किसी स्ट्रिंग ऐरे में बहुत से सब-स्ट्रिंग में से एक स्ट्रिंग प्रस्तुत करता है.
तंत्र फ़ाइल नाम को फ़ाइल यूआरएल में परिवर्तित करता है.
फ़ाइल यूआरएल को तंत्र फ़ाइल नाम के रूप में परिवर्तित करता है.