quoted_string

Last updated:

0 purchases

quoted_string Image
quoted_string Images
Add to Cart

Description:

quoted string

quoted_string #
String quoting/unquoting in Dart.
import 'package:quoted_string/quoted_string.dart';

void main() {
// "Quote (\") and backslash (\\)"
print(r'Quote (") and backslash (\)'.quote());

// Quote (") and backslash (\)
print(r'"Quote (\") and backslash (\\)"'.unquote());
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.