Since I am new to both the typescript and dart, how to convert the below regex of typescript to flutter regex?
1)new RegExp('^' + '(\xCF*[0-9]{2}\xCF*)' + '*')
2)new RegExp('^' + '[\x20-\x7F\xC8-\xCF]' + '*')
Since I am new to both the typescript and dart, how to convert the below regex of typescript to flutter regex?
1)new RegExp('^' + '(\xCF*[0-9]{2}\xCF*)' + '*')
2)new RegExp('^' + '[\x20-\x7F\xC8-\xCF]' + '*')