Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种简单快速的方法来打包和解包带有正则表达式字符串的整数(不使用反向引用)。我认为这将是 .Net Regex 库的一个非常明显的功能,但没有找到任何东西。我错过了什么吗?
我能够通过使用 MaskedTextProvider 解决这个问题。我需要能够在我的数据库中存储一个掩码(例如:“(000) 000-000”)并对其应用一个整数值。目标是拥有多个可以动态绑定到整数值的掩码。