ObjFW  Diff

Differences From Artifact [dc84b0036c]:

To Artifact [5224ad3044]:


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
 * \brief Reverses the OFMutableString.
 */
- (void)reverse;

/**
 * \brief Converts the OFMutableString to uppercase.
 */
- (void)upper;

/**
 * \brief Converts the OFMutableString to lowercase.
 */
- (void)lower;

/**
 * \brief Inserts a string at the specified index.
 *
 * \param string The string to insert
 * \param index The index
 */







|




|







107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
 * \brief Reverses the OFMutableString.
 */
- (void)reverse;

/**
 * \brief Converts the OFMutableString to uppercase.
 */
- (void)uppercase;

/**
 * \brief Converts the OFMutableString to lowercase.
 */
- (void)lowercase;

/**
 * \brief Inserts a string at the specified index.
 *
 * \param string The string to insert
 * \param index The index
 */