Updates:
        Summary: String: Keywords to convert strings to upper/lower/title case
        Status: Accepted
        Labels: Target-2.8.6

Comment #4 on issue 1735 by pekka.klarck: String: Keywords to convert strings to upper/lower/title case
http://code.google.com/p/robotframework/issues/detail?id=1735

Looks good to me. Few comments:

1) At least in examples, preferably also in tests, it would be better to use include equal sign in variable assignment. For example:

    | ${str1} = | Convert To Lower Case | ABC |

2) Better to use `uppercase/lowercase` and not `upper case/lower case`. That's more common way to write them and also the format used by `Should Be Uppercase/Lowercase` keywords.

3) For consistency reasons it would be good to add also `Convert To Titlecase` to match `Should Be Titlecase`.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to