Skip to content

AsanRegEx is a Regex previewer tool for .NET that aims to provide developers with a user-friendly interface to work with regular expressions.

License

Notifications You must be signed in to change notification settings

FarzanHajian/AsanRegEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsanRegEx

AsanRegEx is a previewer tool that provides a user-friendly interface for .NET developers to input their regular expressions and sample texts and then see the pattern-matching results in real-time.

This would allow developers to test their regular expressions and make sure they are working as expected before integrating them into their .NET code. This can be especially useful for identifying issues with complex regular expressions.

Overall, the goal of the tool is to help developers save time and improve the accuracy of their regular expressions by providing a more intuitive and user-friendly way to preview and debug them.