function trimquest(str){
return str.replace(/^([' "])(.*)\1$,'$2')
function sec(str){
const seg=str.split('.' );
if(seg.length<2){
return ''}
return seg[seg.length-2]
function trimquest(str){
return str.replace(/^([' "])(.*)\1$,'$2')
function sec(str){
const seg=str.split('.' );
if(seg.length<2){
return ''}
return seg[seg.length-2]
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Raji moshood -
Sarvesh Srivastava -
Nurul Islam Rimon -
Hauke T. -
Top comments (0)