English 中文(简体)
定期表达,以适应这类扼杀。
原标题:regular expression to match this type of string
  • 时间:2011-11-10 03:47:18
  •  标签:
  • regex
  • shell

我想找到与以下模式相同的说明:

第一个特性是+,最后一个特性是空间。 这两种特性之间的特性可能不止一个。 他们可以是一位数或数位数,也可以是一封信,也可以是任何其他性质,如*和amp;等等。 但它们不能成为空间。 换言之,只有一席之地,处于最后位置。

如何使用定期表达来代表这种模式?

最佳回答

。 您可使用<条码>[],该等值仅与该类内容相匹配,而<条码>>/代码>一开始便与该类别中的任何内容相匹配,因此<条码>[><>>>[>>系指“除空间以外的任何东西”。 因此,完全对应的是:

^+[^ ]* $
问题回答

您可以尝试reg。

+[^ ]+ 

在上述区域结束时,有一间空间。

http://rubular.com/r/0y1dcWS7Li”rel=“nofollow> 见





相关问题
KornShell- Creating a fixed width text file

I need to create a simple fixed width text file in KornShell (ksh). My current attempt using printf to pad the string isn t working out very well. What s the shortest, cleanest way to create a fixed ...

unix find command

how to use the find command to find files/directories which are not matching the pattern. for eg: find <some options > -name "dontfile.txt" should give me output of all the find whose file ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

Case insensitive comparison of strings in shell script

The == operator is used to compare two strings in shell script. However, I want to compare two strings ignoring case, how can it be done? Is there any standard command for this?

1. 露台式照像

在Windows XP中,没有一时出现指挥时,是否有办法操作一种灰色文字? 我常常需要把“善待”(工作)与“灰色”同起来,即使我的文字没有产出,......

热门标签