Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.