![](https://i0.wp.com/begincodingnow.com/wp-content/uploads/2020/05/ValidatingUSCurrency-1.png?resize=570%2C350&ssl=1)
WPF TextBox Validating Currency
In this post we’ll do a simple program that has a TextBox that asks the user to enter […]
In this post we’ll do a simple program that has a TextBox that asks the user to enter […]
This WPF small project will demonstrate how to create a TextBox that only accepts alpha characters and spaces. […]
You have a TextBox in your WPF program that needs to only accept numbers. How do you do […]
Sometimes a a programmer you come across the need to work with postal codes in addresses. Wikipedia says: […]
You want to match an integer number within a certain range of numbers. You want the regular expression […]
This table is from the website HScripts.com. Metacharacter Description \ Specifies the next character as either a special […]
A regular expression is a sequence of characters that a search pattern. The search pattern can be used […]
If you want to match against a set of characters, you can place the set inside [ ]. […]