python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
java equalent of HEXTORAW Function In Oracle
Hi I want the java equalent of HEXTORAW Function In Oracle .in oracle you can use :
SELECT hextoraw(to_char(ascii('z'))) from DUAL;
that generates 0122 or use
SELECT hextoraw(to_char(ascii('C'))) fr...
pumper
Votes: 0
Answers: 1
TabPy Tableau Convert Dimension where each row is in Hex to ASCII with calculated field with Python
I have a Dimension in Tableau where each row is in Hex (Tableau Datatype is string, but these values are actually hex). I want to convert this dimension (each row) into ASCII with Python Code (TabPy (...
NeedPythonHelp
Votes: 0
Answers: 1
Removing unicode BEL \u0007 special character from json string
I have a JSON response from 3rd party API, and I am trying to convert that into XML file using c# code.
Response field in text view:
"description":"\u0007\tPost-show meet & greet wi...
Gufran Khan
Votes: 0
Answers: 0
Regex For Special Character (S with line on top)
I was trying to write regex in Python to replace all non-ascii with an underscore, but if one of the characters is "S̄" (an 'S' with a line on the top), it adds an extra 'S'... Is there a wa...
penguin123
Votes: 0
Answers: 2