App/Flutter

[ FLUTTER ] INPUT 정규식 ( feat. 천지인 )

HEON.D 2021. 10. 12. 15:54
TextFormField(
	inputFormatters: [
		FilteringTextInputFormatter.allow(RegExp(r'[ ㄱ-ㅎ | ㅏ-ㅣ | 가-힣 | a-z | A-Z | ㆍ | ᆢ ]+$'))
    ]
),