6 search resultsShowing 1~6 results

Stocked

to_iメソッドの使い方

to_iとは? 数字の文字列を数値オブジェクトに変換するメソッドです。 また、小数を整数に変換することもできます。 以下、サンプルコードになります。 使用例 オブジェクト.to_i num = ...

0
0
Comment0

正規表現とは?

正規表現とは端的に言うと、**「いくつかの文字列を一つの形式で表現するための表現方法」**です。 メタ文字 「正規表現」には「メタ文字」と呼ばれる特殊な文字があります。この「メタ文字」を使って、...

4
5
Comment0

シンボルについて

シンボルとは何か? シンボルを表すクラス。シンボルは任意の文字列と一対一に対応するオブジェクトです。 文字列の代わりに用いることもできますが、必ずしも文字列と同じ振る舞いをするわけではありません...

0
0
Comment0

6 search resultsShowing 1~6 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in