Utils MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The Utils type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCapturePatternMatch
Returns a captured wildcard segment from string. Pattern uses '*' for match capture by default and may contain a single capture
Public methodStatic memberIsURLValid
Checks URL string for validity
Public methodStatic memberMakeSentenceLines
Puts every sentence on a separate line
Public methodStatic memberMatchPattern
Returns true if supplied string matches pattern that can contain up to one * wildcard and multiple ? wildcards
Public methodStatic memberParseFieldNameToDescription
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"
Back to Top
See Also