Regular Expression:

Regular Expression:
Hi @Garry030424
This one should work for you
IsMatch(
TextInput1.Text,
"^(\d{1,2},)?(\d{3},)*\d{3}\.\d{2}k\s\p{L}{3}$"
)
If my response resolved your issue, please feel free to mark it as the solution by clicking "Accept as solution." This helps others find the answer more easily. If you found the content helpful in any other way, a "Thumbs Up" would be greatly appreciated. Thank you!