3391 - 3400 of 10081 for COMSearch Results
View search results from all Wolfram sites (653056 matches)
StringLength   (Built-in Mathematica Symbol)
StringLength["string"] gives the number of characters in a string.
StringMatchQ   (Built-in Mathematica Symbol)
StringMatchQ["string", patt] tests whether " string" matches the string pattern patt. StringMatchQ["string", RegularExpression["regex"]] tests whether " string" matches the ...
String   (Built-in Mathematica Symbol)
String is the head of a character string " text".
StringPosition   (Built-in Mathematica Symbol)
StringPosition["string", " sub"] gives a list of the starting and ending character positions at which " sub" appears as a substring of " string". StringPosition["string", ...
StringQ   (Built-in Mathematica Symbol)
StringQ[expr] gives True if expr is a string, and False otherwise.
StringReplaceList   (Built-in Mathematica Symbol)
StringReplaceList["string", s -> sp] or StringReplaceList["string", {s_1 -> sp_1, s_2 -> sp_2, ...}] gives a list of the strings obtained by replacing each individual ...
StringReplace   (Built-in Mathematica Symbol)
StringReplace["string", s -> sp] or StringReplace["string", {s_1 -> sp_1, s_2 -> sp_2, ...}] replaces the string expressions s_i by sp_i whenever they appear as substrings of ...
StringReplacePart   (Built-in Mathematica Symbol)
StringReplacePart["string", " snew", {m, n}] replaces the characters at positions m through n in " string" by " snew". StringReplacePart["string", " snew", {{m_1, n_1}, {m_2, ...
StringReverse   (Built-in Mathematica Symbol)
StringReverse["string"] reverses the order of the characters in " string".
StringSkeleton   (Built-in Mathematica Symbol)
StringSkeleton[n] represents a sequence of n omitted characters in a string printed with Short. The standard print form for StringSkeleton is an ellipsis.
1 ... 337|338|339|340|341|342|343 ... 1009 Previous Next

...