CPString missing methods: stringByReplacingOccurrencesOfString... and stringByReplacingCharactersInRange...
Reported by Jake MacMullin | October 8th, 2008 @ 07:53 PM
The following methods are not yet implemented in CPString: - (CPString)stringByReplacingOccurrencesOfString:(CPString)target withString:(CPString)replacement options:(int)options range:(CPRange)searchRange
- (CPString)stringByReplacingCharactersInRange:(CPRange)range withString:(CPString)replacement
Comments and changes to this ticket
-
admin (at 280north) October 12th, 2008 @ 06:25 PM
- State changed from new to resolved
(from [847118c35b33881432396e766cb6ad701f0d1cf5]) Addendum to previous commit.
Thanks to Jake MacMullin for this fix.
[#99 state:resolved] http://github.com/280north/cappu...
-
Jake MacMullin October 12th, 2008 @ 08:01 PM
Added some code to escape special chars in the target string passed to these methods.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.
People watching this ticket
Attachments
Referenced by
- 99 CPString missing methods: stringByReplacingOccurrencesOfString... and stringByReplacingCharactersInRange... [#99 state:resolved] http://github.com/280north/cappu...