| Index: base/string_split.h
|
| ===================================================================
|
| --- base/string_split.h (revision 144240)
|
| +++ base/string_split.h (working copy)
|
| @@ -15,9 +15,9 @@
|
|
|
| namespace base {
|
|
|
| -// Splits |str| into a vector of strings delimited by |s|. Append the results
|
| -// into |r| as they appear. If several instances of |s| are contiguous, or if
|
| -// |str| begins with or ends with |s|, then an empty string is inserted.
|
| +// Splits |str| into a vector of strings delimited by |s|, placing the results
|
| +// in |r|. If several instances of |s| are contiguous, or if |str| begins with
|
| +// or ends with |s|, then an empty string is inserted.
|
| //
|
| // Every substring is trimmed of any leading or trailing white space.
|
| // NOTE: |c| must be in BMP (Basic Multilingual Plane)
|
|
|