Delphi
Basics
Home
|
RTL
StrUtils
unit
Type
Name
Summary
Function
AnsiContainsStr
Returns true if a string contains a substring
Function
AnsiEndsStr
Returns true if a string ends with a substring
Function
AnsiIndexStr
Compares a string with a list of strings - returns match index
Function
AnsiLeftStr
Extracts characters from the left of a string
Function
AnsiMatchStr
Returns true if a string exactly matches one of a list of strings
Function
AnsiMidStr
Returns a substring from the middle characters of a string
Function
AnsiReplaceStr
Replaces a part of one string with another
Function
AnsiReverseString
Reverses the sequence of letters in a string
Function
AnsiRightStr
Extracts characters from the right of a string
Function
AnsiStartsStr
Returns true if a string starts with a substring
Function
DupeString
Creates a string containing copies of a substring
Function
StuffString
Replaces a part of one string with another
Run Time Library
Reference
By first letter
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
$
By Functionality
Data types
Integers, ordinals
Floating point types
String, char types
Pointer types
Other types
Program structure
Program control
Program data
Looping
Logic
Object orientation
Options
Control options
Data options
Files
Operations
Data access
File name handling
Strings and chars
Operations
Conversions from
Conversions to
Displaying
Numbers and sets
Calculations
Conversions from
Conversions to
Trigonometry
Default numbers
Displaying
Dates and Times
Calculations
Conversions from
Conversions to
Values
Displaying
By Unit
System
SysUtils
StrUtils
DateUtils
FileCtrl
ConvUtils
StdConvs
Math
Classes
Dialogs
Types
Variants
By Category
Compiler directives
Directives
Keywords
Types
Variables
Constants
Functions
Procedures
© CodeGear
2006 - 2007. All rights reserved.
|
Home Page