WPF TextBox Validating CurrencyIn this post we’ll do a simple program that has a TextBox that asks the user to enter […] May 16, 2020 in WPF tagged validate / regex / filter / currency / money / validation by Mike
WPF TextBox Only Accepts AlphaThis WPF small project will demonstrate how to create a TextBox that only accepts alpha characters and spaces. […] May 16, 2020 in WPF tagged text / validation / validate / regex / input / alpha / preview by Mike
WPF TextBox Only Accepts NumbersYou have a TextBox in your WPF program that needs to only accept numbers. How do you do […] May 16, 2020 in WPF tagged validating / validation / key / numbers / regex / Textbox / valid / digits by Mike
Postal CodesSometimes a a programmer you come across the need to work with postal codes in addresses. Wikipedia says: […] October 12, 2018 in Programming tagged address / postal / zip / code / regex by Mike
Regular Expressions Range of NumbersYou want to match an integer number within a certain range of numbers. You want the regular expression […] September 4, 2016 in Regular Expressions tagged regex / Regular Expressions by Mike
Regular Expression MetacharactersThis table is from the website HScripts.com. Metacharacter Description \ Specifies the next character as either a special […] September 4, 2016 in Regular Expressions tagged regex / Regular Expressions by Mike
Regular Expressions ExamplesA regular expression is a sequence of characters that a search pattern. The search pattern can be used […] September 2, 2016 in Regular Expressions tagged match / expression / regex / number / regular / phone / Regular Expressions by Mike
Regular Expressions Set or Range of CharactersIf you want to match against a set of characters, you can place the set inside [ ]. […] August 30, 2016 in Regular Expressions tagged regex / regular by Mike