我想在字符串中查找文本(使用C#),以单词"Column"开头并结束任何数字(例如"100").
总之,我想找到:
Column1 Column100 Column1000
但是没有找到:
Column_1 _Column1 Column1 $
我找不到使用正则表达式的方法.
c# regex startswith ends-with
c# ×1
ends-with ×1
regex ×1
startswith ×1