string_utils 0.2.2 copy "string_utils: ^0.2.2" to clipboard
string_utils: ^0.2.2 copied to clipboard

outdated

A set of string utility functions to facilitate dart interoperability with MS-SQL server. Please take a look at [dart_mssql] package for a usage example

example/main.dart

import 'package:string_utils/string_utils.dart';

void main() {
  String s;
  String r = 'a';
  if (isEmpty(s)) {
      print("s is empty");
  }
  if (isNotEmpty(r)) {
      print("r is not empty");
  }
}
0
likes
30
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A set of string utility functions to facilitate dart interoperability with MS-SQL server. Please take a look at [dart_mssql] package for a usage example

Homepage
Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

More

Packages that depend on string_utils