[This is preliminary documentation and is subject to change.]
The Utils type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| CapturePatternMatch |
Returns a captured wildcard segment from string. Pattern uses '*' for match capture by default and may contain a single capture
| |
| IsURLValid |
Checks URL string for validity
| |
| MakeSentenceLines |
Puts every sentence on a separate line
| |
| MatchPattern |
Returns true if supplied string matches pattern that can contain up to one * wildcard and multiple ? wildcards
| |
| ParseFieldNameToDescription |
Parses database field names (column names) and converts parts to human-readable description
like:
"FIRST_NAME" -> "First Name",
"FirstName" -> "First Name",
"CHART_OF_ACCOUNTS" -> "Chart of Accounts"
|
See Also