TF-3539 Support separator list email with space character
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:core/domain/exceptions/string_exception.dart';
|
||||
import 'package:http_parser/http_parser.dart';
|
||||
|
||||
class StringConvert {
|
||||
static const String emailSeparatorPattern = r'[,;]+';
|
||||
static const String emailSeparatorPattern = r'[ ,;]+';
|
||||
|
||||
static String? writeEmptyToNull(String text) {
|
||||
if (text.isEmpty) return null;
|
||||
|
||||
Reference in New Issue
Block a user