Updates:
Summary: Add `Remove From String` and `Remove From String Using Regexp` keywords to `String` library
        Status: Accepted

Comment #2 on issue 1491 by pekka.klarck: Add `Remove From String` and `Remove From String Using Regexp` keywords to `String` library
http://code.google.com/p/robotframework/issues/detail?id=1491

After thinking this a bit more, we agreed two things:

1) It would be handy to have a keyword for removing strings (or bytes) from a given string (or bytes). This will be implemented as new keywords `Remove From String` and `Remove From String Using Regexp` (names still subject to change) and tracked by this issue.

2) It would be very handy in many cases to be able to create bytes in the test data. This will be implemented by adding new \x escaping mechanism to the test data and tracked by issue 1524.

Both of these issues are targeted for RF 2.8.2. In that release you ought to be able to remove null bytes from a string using something like below:

    ${string} =    Remove From String    ${string}    \x00


--
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/groups/opt_out.

Reply via email to