rot13_converter

Creator: coderz1093

Last updated:

0 purchases

rot13_converter Image
rot13_converter Images
Add to Cart

Description:

rot13 converter

rot13_converter #
ROT13 (rotate by 13 places) converter using dart:convert library.


Usage #
import 'package:rot13_converter/rot13_converter.dart';

void main() {
String plain = 'Why did the chicken cross the road?';
String rot13 = ROT13.convert(plain);
print(rot13); // Jul qvq gur puvpxra pebff gur ebnq?
}
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.

Related Products

More From This Creator