Full text search for "regexp"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • BadContent . . . . 9 matches
         (buy)[\w\-_.]*online[\w\-_.]*\.[a-z]{2,} # Catchall regexp for many spam sites
         (diet|penis)[\w\-_.]*(pills|enlargement)[\w\-_.]*\.[a-z]{2,} # Catchall regexp for many spam sites
         (levitra|lolita|phentermine|viagra|vig-?rx|zyban|valtex|xenical|adipex|meridia\b)[\w\-_.]*\.[a-z]{2,} # Super regexp for domains containing levitra, lolita, phentermine, viagra, vigrx, vig-rx, zyban, valtex, xenical, adipex and meridia
         (mike)[\w\-_.]*apartment[\w\-_.]*\.[a-z]{2,} # Catchall regexp for Mike's Apartment variations
         (online)[\w\-_.]*casino[\w\-_.]*\.[a-z]{2,} # Catchall regexp for a hundred online casino sites
         (prozac|zoloft|xanax|valium|hydrocodone|vicodin|paxil|vioxx)[\w\-_.]*\.[a-z]{2,} # Super regexp for domains containing prozac, zoloft, xanax, valium, hydrocodone, vicodin, paxil, vioxx
         (ragazze)-?\w+\.[a-z]{2,} # Catchall regexp for many spam sites
         #(ultram\b|\btenuate|tramadol|pheromones|phendimetrazine|ionamin|ortho.?tricyclen|retin.?a\b)[\w\-_.]*\.[a-z]{2,} # Third drug super regexp
         #(valtrex|zyrtec|\bhgh\b|ambien\b|flonase|allegra|didrex|renova\b|bontril|nexium)[\w\-_.]*\.[a-z]{2,} # Fourth drug super regexp
  • OurSoftwareDependencyProblem . . . . 5 matches
         One of them, escape-string-regexp, provides a single function that escapes regular expression operators in its input.
         그것들 중 하나인 escape-string-regexp는 그 입력에서 정규식 연산자를 escape처리하는 단일 기능을 제공합니다.
         Before dependency managers, publishing an eight-line code library would have been unthinkable: too much overhead for too little benefit. But NPM has driven the overhead approximately to zero, with the result that nearly-trivial functionality can be packaged and reused. In late January 2019, the escape-string-regexp package is explicitly depended upon by almost a thousand other NPM packages, not to mention all the packages developers write for their own use and don’t share.
         On the other hand, some code really is “done.” For example, NPM’s escape-string-regexp, shown earlier, may never need to be modified again.
         Many developers have never looked at the full list of transitive dependencies of their code and don’t know what they depend on. For example, in March 2016 the NPM user community discovered that many popular projects—including Babel, Ember, and React—all depended indirectly on a tiny package called left-pad, consisting of a single 8-line function body. They discovered this when the author of left-pad deleted that package from NPM, inadvertently breaking most Node.js users’ builds.14 And left-pad is hardly exceptional in this regard. For example, 30% of the 750,000 packages published on NPM depend—at least indirectly—on escape-string-regexp. Adapting Leslie Lamport’s observation about distributed systems, a dependency manager can easily create a situation in which the failure of a package you didn’t even know existed can render your own code unusable.
         For Code Search, we developed an abstract Regexp class that defined the interface Code Search needed from any regular expression engine. Then we wrote a thin wrapper around PCRE implementing that interface. The indirection made it easy to test alternate libraries, and it kept us from accidentally introducing knowledge of PCRE internals into the rest of the source tree. That in turn ensured that it would be easy to switch to a different dependency if needed.
  • regexp . . . . 3 matches
         [java regexp]
         [javascript regexp]
         [regexp patterns]
  • Oracle정규식 . . . . 2 matches
         [regexp] >
         regexp_like(column_name, PATTERN)
  • RegexpPatterns . . . . 2 matches
         [숫자 포맷 유효성 체크 java regexp]
         [숫자 3자리마다 콤마(쉼표) 넣기 javascript regexp]
  • Java Code Snippet . . . . 1 match
         [java regexp]
  • JavaRegexp . . . . 1 match
         [숫자 포맷 유효성 체크 java regexp]
  • JavascriptRegexp . . . . 1 match
         [regexp patterns]
         [숫자 3자리마다 콤마(쉼표)넣기 Javascript Regexp]
         match(), test(), new RegExp("pattern","flags")
         RegExpObject.test(string)
  • Javascript정규식 . . . . 1 match
         [javascript regexp]
  • PrestoAndHiveTrainingSession . . . . 1 match
         where 에 like 가 or로 여러개 사용되는경우 하나의 regex로 표현가능하다면 regexp_like 사용할것
  • RegularExpression . . . . 1 match
         [regexp]
  • jEdit . . . . 1 match
         search.regexp.toggle=false
  • java . . . . 1 match
         = [java regexp] =
  • javaRegexp . . . . 1 match
         [java regexp]
  • 숫자3자리마다콤마(쉼표)넣기JavascriptRegexp . . . . 1 match
         숫자 3자리마다 콤마(쉼표) 넣기 [javascript] [regexp]
  • 숫자포맷JavaRegexp . . . . 1 match
         [숫자 포맷 유효성 체크 java regexp]
Found 16 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2009-10-20 17:04:41
Processing time 0.0090 sec