GeneralLibExtensionString extension
- on
Methods
-
camelCaseClass(
{RegExp? regExp}) → String -
general_lib_utils_crypto_decryptFromBase64(
{required Crypto crypto}) → String -
general_lib_utils_crypto_encryptToBase64(
{required Crypto crypto}) → String -
general_lib_utils_decryptFromBase64(
{bool? allowMalformed}) → String -
general_lib_utils_encryptToBase64(
) → String -
hideData(
{int start = 2, int end = 2}) → String -
isFullData(
RegExp regExp) → bool -
snakeCaseClass(
{RegExp? regExp}) → String -
toLowerCaseFirstData(
) → String -
toRegExp(
{bool multiLine = false, bool caseSensitive = false, bool unicode = false, bool dotAll = false}) → RegExp -
toUpperCaseFirstData(
) → String