소스 검색

String>>matchesOf: implementation (see issue #162)

Nicolas Petton 12 년 전
부모
커밋
8eccdff129
3개의 변경된 파일228개의 추가작업 그리고 224개의 파일을 삭제
  1. 112 112
      js/Kernel-Collections.deploy.js
  2. 112 112
      js/Kernel-Collections.js
  3. 4 0
      st/Kernel-Collections.st

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 112 - 112
js/Kernel-Collections.deploy.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 112 - 112
js/Kernel-Collections.js


+ 4 - 0
st/Kernel-Collections.st

@@ -1062,6 +1062,10 @@ match: aRegexp
 	<return self.search(aRegexp) !!= -1>
 !
 
+matchesOf: aRegularExpression
+      <return self.match(aRegularExpression)>
+!
+
 replace: aString with: anotherString
 	^self replaceRegexp: (RegularExpression fromString: aString flag: 'g') with: anotherString
 !

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.