120件ヒット
[1-100件を表示]
(0.015秒)
種類
- インスタンスメソッド (72)
- 文書 (24)
- 特異メソッド (12)
- クラス (12)
ライブラリ
- matrix (12)
-
rubygems
/ platform (12) -
rubygems
/ spec _ fetcher (24) - scanf (48)
クラス
-
Gem
:: Platform (12) -
Gem
:: SpecFetcher (24) -
Scanf
:: FormatSpecifier (24) -
Scanf
:: FormatString (24)
キーワード
- ErrDimensionMismatch (12)
- fetch (12)
-
find
_ matching (12) -
last
_ match _ tried (6) - matched (6)
-
matched
_ count (6) -
matched
_ string (6) -
mid
_ match? (6) - prune (6)
-
ruby 1
. 6 feature (12) - 正規表現 (12)
検索結果
先頭5件
-
Gem
:: Platform . match(platform) -> bool (21201.0) -
@todo ???
@todo ??? -
Scanf
:: FormatSpecifier # match(str) (21101.0) -
@todo
@todo -
Scanf
:: FormatString # match(str) (21101.0) -
@todo
@todo -
Scanf
:: FormatSpecifier # mid _ match? (9101.0) -
@todo
@todo -
Scanf
:: FormatString # last _ match _ tried (9101.0) -
@todo
@todo -
Scanf
:: FormatSpecifier # matched (9100.0) -
@todo
@todo -
Scanf
:: FormatSpecifier # matched _ string (9100.0) -
@todo
@todo -
Scanf
:: FormatString # matched _ count (9100.0) -
@todo
@todo -
ExceptionForMatrix
:: ErrDimensionMismatch (9000.0) -
行列/ベクトル計算時に次元が合わない場合に発生する例外です。
行列/ベクトル計算時に次元が合わない場合に発生する例外です。 -
Gem
:: SpecFetcher # find _ matching(dependency , all = false , matching _ platform = true) -> Array (6300.0) -
依存関係を満たす gemspec の名前の配列を返します。
...返します。
@param dependency 依存関係を指定します。
@param all 真を指定するとマッチする全てのバージョンの情報を返します。
@param matching_platform 偽を指定すると全てのプラットフォームの情報を返します。
@see Gem::Dependency... -
Scanf
:: FormatString # prune(n=matched _ count) (3100.0) -
@todo
@todo -
正規表現 (444.0)
-
正規表現 * metachar * expansion * char * anychar * string * str * quantifier * capture * grouping * subexp * selector * anchor * cond * option * encoding * comment * free_format_mode * absenceop * list * specialvar * references
...* string
* str
* quantifier
* capture
* grouping
* subexp
* selector
* anchor
* cond
* option
* encoding
* comment
* free_format_mode
* absenceop
* list
* specialvar
* references
正規表現(regular expression)は文字列のパターンを記述するための......lace}/.match("Go to 東京都") # => #<MatchData "東京都">
//}
埋め込んだ文字列にメタ文字が含まれているならば、それは
メタ文字として認識されます。
//emlist[][ruby]{
number = "(\\d+)"
operator = "(\\+|-|\\*|/)"
/#{number}#{operator}#{number}/.match("43+29......1")
# => #<MatchData "43+291" 1:"43" 2:"+" 3:"291">
//}
埋め込む文字列をリテラルとして認識させたい場合は Regexp.quote を
使います。
===[a:char] 文字
正規表現内では、「\」の後に文字列を置くことで、
ある特定の文字を表現することが... -
Gem
:: SpecFetcher # fetch(dependency , all = false , matching _ platform = true) -> Array (200.0) -
依存関係を満たす gemspec の配列を返します。
...返します。
@param dependency 依存関係を指定します。
@param all 真を指定するとマッチする全てのバージョンの情報を返します。
@param matching_platform 偽を指定すると全てのプラットフォームの情報を返します。
@see Gem::Dependency...