Skip to content

Commit

Permalink
squash w/ [?] Add utility for converting single quotes to their hex e…
Browse files Browse the repository at this point in the history
…ncoding. Documentation.
  • Loading branch information
korydraughn committed Dec 16, 2024
1 parent b49d3fe commit 81635f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/include/irods/escape_utilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ namespace irods
{
/// Returns a copy of a string with all single quotes replaced by their hexadecimal value.
///
/// \throws irods::exception If an error occurs while escaping the string.
///
/// \param[in] _s A string possibly containing single quotes.
///
/// \returns std::string
Expand Down

0 comments on commit 81635f8

Please sign in to comment.