quoted_string 0.1.0 copy "quoted_string: ^0.1.0" to clipboard
quoted_string: ^0.1.0 copied to clipboard

String quoting/unquoting.

example/example.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());
}
1
likes
150
points
4
downloads

Publisher

verified publisherkarapetov.com

Weekly Downloads

String quoting/unquoting.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on quoted_string