NUIStringUtil class

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

contains(String? value, String? keyword) → bool
ellipseEnd(String value, int maxLength, {String ellipseText = "...", bool appendEllipse = true}) → String
formatNRICMY(String nric) → String
formatNumber(dynamic number, {bool showComma = true, int decimals = 2, bool fixedDecimal = true}) → String?
getDottedString(List<String> values) → dynamic
match(String? value1, String? value2) → bool
matchSearch({required String keyword, required List<String> criterias}) → int
randomUUID() → String
splitByComma(List<String> values, {String separator = ", "}) → String
splitByToSmallCases(String value, String regex) → List<String>
validateEmailPattern(String value) → bool
validateStringPattern(String value, String pattern, {bool fullMatch = true}) → bool

Constants

FILLED_DOT → const String