Editing String Contents

The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings.

Format Function

Converts a number to a string, and then formats it according to the format that you specify.

LCase Function

स्ट्रिंग के सभी अपरकेस अक्षरों को लोअरकेस में बदलता है.

Left Function

बायीँ ओर का अंतिम अक्षर प्रस्तुत करता है जिसे आप स्ट्रिंग एक्सप्रेशन में निर्धारित करते हैं.

LSet Statement

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.

LTrim Function

स्ट्रिंग एक्सप्रेशन के प्रारंभ के सभी लीडिंग स्पेसेज़ को मिटाता है.

Mid Function, Mid Statement

Returns the specified portion of a string expression (Mid function), or replaces the portion of a string expression with another string (Mid statement).

Right Function

स्ट्रिंग एक्सप्रेशन के सबसे दाहिने के "n" अक्षरों को प्रस्तुत करता है.

RSet Statement

Right-aligns a string within a string variable, or copies a user-defined variable type into another.

RTrim Function

स्ट्रिंग एक्सप्रेशन के अंत में रिक्त स्थानों को मिटाता है.

Trim Function

सभी लीडिंग व ट्रेलिंग स्पेसेज़ को स्ट्रिंग एक्सप्रेशन से मिटाता है.

UCase Function

स्ट्रिंग के लोअरकेस अक्षरों को अपरकेस में बदलता है.

Split Function

स्ट्रिंग एक्सप्रेशन से सब-स्ट्रिंग के ऐरे प्रस्तुत करता है.

Join Function

किसी स्ट्रिंग ऐरे में बहुत से सब-स्ट्रिंग में से एक स्ट्रिंग प्रस्तुत करता है.

ConvertToURL Function

तंत्र फ़ाइल नाम को फ़ाइल यूआरएल में परिवर्तित करता है.

ConvertFromURL Function

फ़ाइल यूआरएल को तंत्र फ़ाइल नाम के रूप में परिवर्तित करता है.