Skip to main content

Home/ InfokeyDEV/ Group items tagged com

Rss Feed Group items tagged

Benx Shen

Groovy - Regular Expressions - 0 views

  • Groovy supports regular expressions natively using the ~"pattern" expression
    • Benx Shen
       
      Groovy 對於 regexp 的支援有 3 個特殊的表示方式:
      ~"pattern" (create java.util.regex.Pattern)=~ (create java.util.regex.Matcher)==~ (do Matcher.matches() )
  • // lets create a regex Pattern def pattern = ~/foo/ assert pattern instanceof Pattern
  • Groovy also supports the =~ (create Matcher) and ==~ (matches regex) operators.
  • ...6 more annotations...
  • Since a Matcher coerces to a boolean by calling its find method, the =~ operator is consistent with the simple use of Perl's =~ operator, when it appears as a predicate (in 'if', 'while', etc.). The "stricter-looking" ==~ operator requires an exact match of the whole subject string.
  • def m = "foobarfoo" =~ /o(b.*r)f/ assert m[0][1] == "bar"
  • def matcher = "\$abc." =~ /\$(.*)\./ // no need to double-escape! assert "\\\$(.*)\\." == /\$(.*)\./ matcher.matches(); // must be invoked assert matcher.group(1) == "abc" // is one, not zero
  • // lets create a Matcher def matcher = "cheesecheese" =~ /cheese/ assert matcher instanceof Matcher answer = matcher.replaceAll("edam")
    • Benx Shen
       
      以下是一些 groovy regexp 的程式碼,請特別注意劃線的部份!
  • // fancier group demo matcher = "\$abc." =~ "\\\$(.*)\\." matcher.matches(); // must be invoked [Question: is this still true? Not in my experience with jsr-04.] assert matcher.group(1) == "abc" // is one, not zero
    • Benx Shen
       
      這裡需要特別注意的是,如果想要使用 matcher.group() 方法,那麼必須先執行 matcher.matches() 方法呼叫(我記得呼叫 find() 也行)。然而,如果是直接使用 groovy 的語法,那麼就可以直接使用 matcher[0][?] 的用法了!
Benx Shen

Downloads - Yod'm 3D - 0 views

Benx Shen

CruiseControl发布2.7正式版 - [Matrix - 与 Java 共舞] - 0 views

Benx Shen

bassistance.de » jQuery plugin: Validation - 0 views

Benx Shen

{|ihower.idv.tw| blog } » 什麼是REST跟RESTful? - 0 views

Ching Yi Chan

Cronolog - 0 views

Benx Shen

集成SVN源碼管理和Mantis缺陷跟蹤 - 0 views

dammis220

The Best Sports Book - 1 views

shared by dammis220 on 21 Jan 21 - No Cached
  •  
    Register on our official web page for your favorite football, basket, and soccer live sports and win with a huge bonus in a single moment!.. Achievements that our clients receive after registering on our webpage, Facebook page or e-page below, we have attached those winning slips for you from both our official Facebook and Instagram pages. Contact us for more information and register via the link below. web: www.themainbookie.com FB: www.facebook.com/wwwthemainbookiecom Instagram: ww.instagram.com/themainbookie/ NOW easy join with your smartphone for the above official web page.
Benx Shen

Seasar - DI Container with AOP - - 1 views

  • Seasar2, the most popular open source framework in Japan, frees you from such annoyance and brings you comfortable DI Life.
Benx Shen

SVN svnserve 方式安裝及配置 - Subversion服務器配置 - Subversion中文站論壇 Subversion|SVN|Torto... - 3 views

b9utilities

B9utilities.com is one of the best online platforms for finding Commercial Rental Prope... - 0 views

B9utilities.com is one of the best online platforms for finding Commercial Rental Property in Gurgaon B9utilities.com is one of the best online platforms for finding Commercial Rental Property in G...

Apartments in Gurgaon BeNine luxury apartment Dlf park place gurgaon Service apartments in gurugram

started by b9utilities on 22 Dec 22 no follow-up yet
Philip Solars

The Must Have Solar Equipment - 1 views

started by Philip Solars on 03 Jan 13 no follow-up yet
raven pos

TYPE OF BARCODE SCANNERS TO CHOOSE FOR YOUR BUSINESS - 0 views

  •  
    RavenPOS is a professional Point Of Sales specialist from Singapore, offering the most affordable rate and services. URL : www.ravenpos.com Contact number : +6561002628 Email : advert@ravenpos.com
The Device Support

Here we're Talking about Few Things Amazon Echo can do to Impress You - 0 views

  •  
    At whatever point we discuss the Amazon's advanced help 'Alexa', it brings bless our face since that is the fine innovation without specialized wreckage or remote and so forth you simply require give verbal command. Here we're discussing couple of things Amazon Echo can do to impress you. You can likewise check www.thedevicesupport.com
The Device Support

How to Manage Your Amazon Kindle Account? - 0 views

  •  
    Are you new to Kindle and facing trouble regarding creating an account or registration? Then by taking Kindle Help you can get the precise and easy instructions with satisfactory assistance. After the completion of registration process if this question striking your mind that how to manage my Kindle, then Kindle technicians will not only tell the Kindle management but will tell you how to deliver and return books plus how to edit your device name. Know the procedure for fixing frozen screen as well. Kindle Support will provide you more info and accurate succor. Look more at http://www.thedevicesupport.com/amazon-kindle-account/
anonymous

la perfection nitrutionnelle - 0 views

shared by anonymous on 27 Aug 13 - No Cached
tomsshous tomsshous

them. cheap Barbour Jacket women - 0 views

This angered those who would be gods, but over time most were reconciled to the new way of things. Then human philosophers began affecting the aether with their experiments and inventions. For the ...

cheap Barbour Jacket women

started by tomsshous tomsshous on 07 Dec 13 no follow-up yet
linxue

nike lebron 11 what the lebron for cheap the band comes as a bracelet - 0 views

Nike lebron 11 what the lebron for cheap the band comes as a bracelet there are many shoes to choose from if you are going to purchase your own pair of negative heel shoes. Many online stores sell ...

nike lebron 11

started by linxue on 04 Oct 14 no follow-up yet
linxue

nike lebron 11 what the lebron for cheap that there's no buzz in the air - 0 views

Nike lebron 11 what the lebron for cheap that there's no buzz in the air a lovely, vibrant scarf, cashmere or wool these are the things that can make a tedious wintertime outfit genuinely shine and...

nike lebron 11

started by linxue on 04 Oct 14 no follow-up yet
« First ‹ Previous 101 - 120 of 3836 Next › Last »
Showing 20 items per page