GeometryUtilGetValue(String, String, String) Method
Return the value of the specified group member in a match found with
the provided source and pattern.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static string GetValue(
string source,
string pattern,
string groupName
)
Public Shared Function GetValue (
source As String,
pattern As String,
groupName As String
) As String
No code example is currently available or this language may not be supported.
- source String
-
Source string to search.
- pattern String
-
Regular expression pattern to apply.
- groupName String
-
Name of the group for which the value will be found.
String
The value found in the specified group, if found. Otherwise, empty
string.