LoginSignup
1
1

More than 5 years have passed since last update.

(最新版では解消済)絵文字が入った文字列に対してString#stripするとクラッシュする

Last updated at Posted at 2012-09-06

2012.9.6 追記

RubyMotion1.23でこの不具合は解消したようです!(WatsonさんのPatchのおかげです。ありがとうございますー!)

(RubyMotion1.23以前の場合)

どうしても空白と改行を取り除かなくてはいけない場合は、下記のようにNSString#stringByTrimmingCharactersInSetを使用する。

target_text.stringByTrimmingCharactersInSet(NSCharacterSet.whitespaceAndNewlineCharacterSet)
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1