Skip to content

Instantly share code, notes, and snippets.

View kaaaaai's full-sized avatar
🎯
Focus on technology and love

Kaaaaai kaaaaai

🎯
Focus on technology and love
View GitHub Profile
@kaaaaai
kaaaaai / mask_email.dart
Created April 15, 2024 07:39 — forked from roipeker/mask_email.dart
Mask Email RegExp for Dart
import 'dart:math';
void testMaskEmail() {
final emails = [
'a@example.com',
// output: a****a@example.com
'ab@example.com',
// output: a****b@example.com
'abc@example.com',
// output: a****c@example.com