站長資訊網
最全最豐富的資訊網站

Scala中正則表達式以及與模式匹配結合(多種方式)

正則表達式

   //"""原生表達   val regex="""([0-9]+)([a-z]+)""".r   val numPattern="[0-9]+".r   val numberPattern="""s+[0-9]+s+""".r

說明:.r()方法簡介:Scala中將字符串轉換為正則表達式

   /** You can follow a string with `.r`, turning it into a `Regex`. E.g.   *   * `"""Aw*""".r` is the regular expression for identifiers starting with `A`.   */   def r: Regex = r()

模式匹配一

   //findAllIn()方法返回遍歷所有匹配項的迭代器   for(matchString <- numPattern.findAllIn("99345 Scala,22298 Spark"))    println(matchString)  

說明:findAllIn(…)函數簡介

  /** Return all non-overlapping matches of this `Regex` in the given character    * sequence as a [[scala.util.matching.Regex.MatchIterator]],   * which is a special [[scala.collection.Iterator]] that returns the   * matched strings but can also be queried for more data about the last match,   * such as capturing groups and start position.   *    * A `MatchIterator` can also be converted into an iterator   * that returns objects of type [[scala.util.matching.Regex.Match]],   * such as is normally returned by `findAllMatchIn`.   *    * Where potential matches overlap, the first possible match is returned,   * followed by the next match that follows the input consumed by the   * first match:   *   * {{{   * val hat = "hat[^a]+".r   * val hathaway = "hathatthattthatttt"   * val hats = (hat findAllIn hathaway).toList      // List(hath, hattth)   * val pos = (hat findAllMatchIn hathaway map (_.start)).toList // List(0, 7)   * }}}   *   * To return overlapping matches, it is possible to formulate a regular expression   * with lookahead (`?=`) that does not consume the overlapping region.   *   * {{{   * val madhatter = "(h)(?=(at[^a]+))".r   * val madhats = (madhatter findAllMatchIn hathaway map {   * case madhatter(x,y) => s"$x$y"   * }).toList          // List(hath, hatth, hattth, hatttt)   * }}}   *   * Attempting to retrieve match information before performing the first match   * or after exhausting the iterator results in [[java.lang.IllegalStateException]].   * See [[scala.util.matching.Regex.MatchIterator]] for details.   *   * @param source The text to match against.   * @return  A [[scala.util.matching.Regex.MatchIterator]] of matched substrings.   * @example  {{{for (words <- """w+""".r findAllIn "A simple example.") yield words}}}   */   def findAllIn(source: CharSequence) = new Regex.MatchIterator(source, this, groupNames)

Scala中正則表達式以及與模式匹配結合(多種方式)

模式匹配二

   //找到首個匹配項   println(numberPattern.findFirstIn("99ss java, 222 spark,333 hadoop"))

Scala中正則表達式以及與模式匹配結合(多種方式)

模式匹配三

  //數字和字母的組合正則表達式   val numitemPattern="""([0-9]+) ([a-z]+)""".r   val numitemPattern(num, item)="99 hadoop"

Scala中正則表達式以及與模式匹配結合(多種方式)

模式匹配四

   //數字和字母的組合正則表達式   val numitemPattern="""([0-9]+) ([a-z]+)""".r   val line="93459 spark"   line match{    case numitemPattern(num,blog)=> println(num+"t"+blog)    case _=>println("hahaha...")   }  

Scala中正則表達式以及與模式匹配結合(多種方式)

  val line="93459h spark"   line match{    case numitemPattern(num,blog)=> println(num+"t"+blog)    case _=>println("hahaha...")   }

Scala中正則表達式以及與模式匹配結合(多種方式)

本節所有程序源碼

  package kmust.hjr.learningScala19  /**   * Created by Administrator on 2015/10/17.   */  object RegularExpressOps {   def main(args:Array[String]):Unit={   val regex="""([0-9]+)([a-z]+)""".r//"""原生表達   val numPattern="[0-9]+".r   val numberPattern="""s+[0-9]+s+""".r   //findAllIn()方法返回遍歷所有匹配項的迭代器   for(matchString <- numPattern.findAllIn("99345 Scala,22298 Spark"))    println(matchString)   //找到首個匹配項   println(numberPattern.findFirstIn("99ss java, 222 spark,333 hadoop"))   //數字和字母的組合正則表達式   val numitemPattern="""([0-9]+) ([a-z]+)""".r   val numitemPattern(num, item)="99 hadoop"   val line="93459h spark"   line match{    case numitemPattern(num,blog)=> println(num+"t"+blog)    case _=>println("hahaha...")   }   }  }

Scala中正則表達式以及與模式匹配結合(多種方式)

總結

以上所述是小編給大家介紹的Scala中正則表達式以及與模式匹配結合(多種方式),希望對大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會及時回復大家的!

贊(0)
分享到: 更多 (0)
網站地圖   滬ICP備18035694號-2    滬公網安備31011702889846號
亚洲国产日韩a在线播放| 99久久久精品免费观看国产| 欧洲精品一区二区三区在线观看| 午夜精品视频任你躁| 国拍在线精品视频免费观看| 1313午夜精品久久午夜片| 亚洲精品高清国产一久久| 国产美女久久精品香蕉69| 黄床大片免费30分钟国产精品 | 国产精品免费在线播放| 日韩在线视精品在亚洲| 手机日韩精品视频在线看网站| 精品丝袜人妻久久久久久| 日本精品人妻无码免费大全 | 少妇人妻偷人精品视频| 日韩精品成人一区二区三区| 中文成人无字幕乱码精品区| 99re这里只有精品6| 久久久久久久久久久免费精品| 国产精品爱搞视频网站| sss视频在线精品| 亚洲精品网站在线观看不卡无广告| 精品视频免费在线| 精品日韩二区三区精品视频| 国产亚洲美日韩AV中文字幕无码成人| 国产成人久久精品亚洲小说| 国产精品jizz在线观看网站| 国产精品久久久久久久久kt| 国产精品国产三级国快看| 国产精品免费视频一区| 国产精品入口麻豆电影网| 国产主播精品福利19禁vip| 国产一区精品视频| 日韩电影一区二区| 亚洲欧美日韩综合久久久| 亚洲日韩精品无码AV海量| 亚洲日韩久久综合中文字幕| 拍国产真实乱人偷精品| 亚洲精品国产综合久久一线| 黑人无码精品又粗又大又长 | 99热这里只有精品9|