Regex to match this: "Late Fee 81245 on 11/29/2014"? -


the late fee number integer , date in format.

thanks in advance.

late fee \d+ on \d{2}\/\d{2}\/\d{4} 

i try mine out on http://regexper.com/


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -