a亚洲精品_精品国产91乱码一区二区三区_亚洲精品在线免费观看视频_欧美日韩亚洲国产综合_久久久久久久久久久成人_在线区

首頁 > 編程 > regex > 正文

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

2020-01-20 21:34:31
字體:
來源:轉載
供稿:網友

正則表達式

 //"""原生表達 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. * * `"""A/w*""".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)

這里寫圖片描述

模式匹配二

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

這里寫圖片描述

模式匹配三

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

這里寫圖片描述

模式匹配四

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

這里寫圖片描述

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

這里寫圖片描述

本節所有程序源碼

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中正則表達式以及與模式匹配結合(多種方式),希望對大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會及時回復大家的!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 日韩精品久久久久 | 毛片av片| 欧美日韩精品免费观看视频 | 免费视频爱爱太爽了 | 久久精品久久精品国产大片 | 久久综合九色综合欧美狠狠 | 亚洲 成人 av| 五月婷婷色| 久久国产精品一区二区三区 | 国产一区二区三区精品久久久 | 欧美精品99 | 一区二区三区 | 久久久男人天堂 | 国内自拍网站 | 欧美日韩影院 | 99爱免费视频 | 国产精品夜夜春夜夜爽久久电影 | 99亚洲| 国产成人一区二区三区 | 国产精品大片在线观看 | а_天堂中文最新版地址 | 一区不卡 | 一级免费黄视频 | 欧美成人第一页 | 日本黄色片在线观看 | 亚洲综合无码一区二区 | 午夜男人天堂 | 欧美一区二区三区四区视频 | 91精品国产91久久久久久吃药 | 亚洲一级黄色片 | 亚洲成人第一页 | 日本午夜影院 | 日本不卡视频 | 成人国产精品 | 亚洲免费在线视频 | 久久全国免费视频 | 久久久精品日韩 | 中文精品在线 | 天天干狠狠干 | 免费在线黄 | 欧美成人a∨高清免费观看 久久精品在线 |