我在这个网站和java教程中阅读了很多关于java中所有格量词的问题和答案,但是男人们,我还是很困惑!我不明白!例如让我们说
my regex is .*+foo
my input string is mdfoo
根据我的理解,
.(dot) means there are other characters before foo
*(star) means if foo should be writen in a string form if found by regex
+foo means that a string should end with foo for it to match
在我的输入字符串中,它以 foo 结尾。但是当我收到运行程序时不匹配的声明时!这是怎么发生的,我应该怎么做仍然使用(+)量词来接收匹配?提前致谢